• en

sqlite3-ocaml 2.0.4

Maintainer markus.mottl@gmail.com
Dependencies
ocamlfind
Published Feb 14, 2013
Source [http] https://github.com/mmottl/sqlite3-ocaml/archive/v2.0.4.tar.gz
0a2f76450ecb89a9b098ec44498d72e0
Edit https://github.com/ocaml/opam-repository/tree/master/packages/sqlite3-ocaml/sqlite3-ocaml.2.0.4/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.