sqlite3version
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.
Tags | clib:sqlite3 |
---|---|
Authors | Markus Mottl <markus.mottl@gmail.com> and Christian Szegedy <csdontspam@metamatix.com> |
License | LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception |
Published | |
Homepage | http://mmottl.github.io/sqlite3-ocaml |
Issue Tracker | https://github.com/mmottl/sqlite3-ocaml/issues |
Maintainer | Markus Mottl <markus.mottl@gmail.com> |
Dependencies |
|
Source [http] | https://github.com/mmottl/sqlite3-ocaml/releases/download/v3.0.0/sqlite3-ocaml-3.0.0.tar.gz sha256=ebd6af981fc162a21b64861ccd53309478bad507144fb2ce9278b4b1989e2c17 md5=0fed3baca55221e9b3711e7da45eed7a |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/sqlite3/sqlite3.3.0.0/opam |
Required by
Optionally used by
- ketrew=3.0.0
- links<0.7.2
- ocsigenserver<2.2.0
- sqlgg>=0.4.3
- trakeva