On 30 Oct 2005 at 03:14 NZST, Florian Weimer wrote: > Is it true that there isn't yet a binding to SQLite versoin 3 from > Objective Caml? > > (I only found one for version 2.)
There seem to be a couple of different ocaml-sqlite3 bindings around: http://www.imada.sdu.dk/~bardur/personal/45-programs/ocaml-sqlite3/ http://metamatix.org/~ocaml/ocaml_sqlite3.html I found these by typing "ocaml-sqlite3" into Google. I haven't used either. Regards, Toby.