• en

sqlite3-ocaml 2.0.3

Maintainer markus.mottl@gmail.com
Dependencies
ocamlfind
Published Nov 19, 2012
Source [http] https://github.com/mmottl/sqlite3-ocaml/archive/v2.0.3.tar.gz
7cd522788b34a8ddcb5a3482335dabbb
Edit https://github.com/ocaml/opam-repository/tree/master/packages/sqlite3-ocaml/sqlite3-ocaml.2.0.3/opam

SQLite3 bindings

SQLite3-OCaml is an OCaml library with bindings to the SQLite3 client API. Sqlite3 is a self-contained, serverless, zero-configuration, transactional SQL database engine with outstanding performance for many use cases. These bindings are written in a way that enables a friendly coexistence with the old (version 2) SQLite and its OCaml wrapper ocaml-sqlite.