• en

sqlite3-ocaml 2.0.5

Maintainer markus.mottl@gmail.com
Dependencies
ocamlfind
Published Dec 16, 2013
Source [http] https://github.com/mmottl/sqlite3-ocaml/archive/v2.0.5.tar.gz
a769df97e189053355d335ac0524ff03
Edit https://github.com/ocaml/opam-repository/tree/master/packages/sqlite3-ocaml/sqlite3-ocaml.2.0.5/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.