2006-07-24 23:19:44 +02:00
|
|
|
Sqlite3 bindings for Objective Caml
|
|
|
|
|
|
|
|
Copyright (c) 2005 Christian Szegedy <csdontdpam871@metamatix.org>
|
|
|
|
|
|
|
|
Sqlite 3 database library wrapper for ocaml.
|
|
|
|
Sqlite 3 is available from http://www.sqlite.org
|
|
|
|
This wrapper is written in a way that enables a friendly
|
|
|
|
coexistence with the old (version 2) sqlite and its
|
|
|
|
ocaml wrapper ocaml-sqlite.
|
|
|
|
|
2008-04-19 23:41:03 +02:00
|
|
|
WWW: http://www.ocaml.info/home/ocaml_sources.html
|