package sqlite3

  1. Overview
  2. Docs
SQLite3 bindings for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

sqlite3-4.4.0.tbz
sha256=04487c8e8e378f7128ccc7be94ab1e7479750f6976baf237d39a7afac32d753b
md5=73b5e4a0e3a45e0a8690f216d43dceba

CHANGES.md.html

4.4.0 (2018-04-26)

  • Support for new open flags:

    • uri - for URI filename interpretation

    • memory - for in-memory databases

    Thanks to Raman Varabets for this contribution!

  • Fixed warnings and errors in configuration code due to upstream changes.

4.3.2 (2017-11-27)

  • Added missing -lpthread linking flag to avoid problems with projects that do not link with the OCaml threads library.

4.3.1 (2017-11-22)

  • Improved finalization of databases and statements for better performance

4.3.0 (2017-10-10)

  • Improved compatibility with MSVC

  • Used untagging and unboxing attributes on external functions

4.2.0 (2017-08-03)

  • Switched to jbuilder and topkg

  • Added backup functionality

    Thanks to Markus W. Weissmann markus.weissmann@in.tum.de for this contribution!

OCaml

Innovation. Community. Security.