• en

sqlite3-ocaml 2.0.2

Maintainer markus.mottl@gmail.com
Dependencies
ocamlfind
Published Sep 27, 2012
Source [http] https://github.com/mmottl/sqlite3-ocaml/archive/v2.0.2.tar.gz
0a47cd51043f79041f0f7ca759eaba2b
Edit https://github.com/ocaml/opam-repository/tree/master/packages/sqlite3-ocaml/sqlite3-ocaml.2.0.2/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.