• en

sqlite3-ocaml 1.6.3

Maintainer markus.mottl@gmail.com
Dependencies
ocamlfind
Published Aug 21, 2012
Source [http] https://github.com/mmottl/sqlite3-ocaml/archive/v1.6.3.tar.gz
5dc1d2adf0ff79c401da08c563c31730
Edit https://github.com/ocaml/opam-repository/tree/master/packages/sqlite3-ocaml/sqlite3-ocaml.1.6.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.