From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id AAA05182; Thu, 15 Apr 2004 00:16:16 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id AAA15804 for ; Thu, 15 Apr 2004 00:16:15 +0200 (MET DST) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from danga.com (danga.com [66.150.15.140]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i3EMGDYM004763 for ; Thu, 15 Apr 2004 00:16:14 +0200 Received: by danga.com (Postfix, from userid 1009) id C0D9C3BC275; Wed, 14 Apr 2004 15:16:12 -0700 (PDT) Date: Wed, 14 Apr 2004 15:16:12 -0700 From: Evan Martin To: caml-list@inria.fr Cc: mikhail@kittown.com Subject: [Caml-list] [announce] ocaml-sqlite 0.3.5 Message-ID: <20040414221612.GA21960@danga.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; evan:01 cleanups:01 evan:01 bindings:01 ocaml:01 ocaml:01 patch:02 patch:02 library:03 let:04 install:06 developers:08 www:91 hopefully:09 mikhail:11 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk X-Status: X-Keywords: X-UID: 357 Hi everyone, I fixed up Mikhail Fedotov's nice SQLite[1] bindings for OCaml, and after I sent him the patch he offered to let me maintain it. So I have integrated my patch (and a few other cleanups) and released a new version. You can get it at http://neugierig.org/software/ocaml/sqlite/ Additionally, I have sent a patch to the ocamldbi developers, and so hopefully SQLite support will be in the next release of ocamldbi. [1] SQLite is a SQL engine available as a library. It's good when you need to use a database but don't want to require a MySQL (, etc.) install. See http://www.sqlite.org for details. -- Evan Martin martine@danga.com http://neugierig.org ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners