package ezsqlite

  1. Overview
  2. Docs
Simplified SQLite3 bindings for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
sha256=a789fb11d854219194651839ffe6ac23e307abcad2f8bd56573b1a7c72071133
md5=125714ae53adc484fcb15f610dc2495d

README.md.html

Ezsqlite

Simplfied bindings to SQLite3 for OCaml

SQLite3

The following compile-time flags have been set:

#define SQLITE_ENABLE_COLUMN_METADATA 1
#define SQLITE_DEFAULT_FOREIGN_KEYS 1
#define SQLITE_DEFAULT_AUTO_VACUUM 1
#define SQLITE_ENABLE_JSON1 1
#define SQLITE_ENABLE_RTREE 1
#define SQLITE_ENABLE_SESSION 1

Dependencies

  • topkg

  • hex

  • C compiler

Installation

opam install ezsqlite

Testing

./pkg/pkg.ml build --tests true
./pkg/pkg.ml test

Documentation

See lib/ezsqlite.mli

OCaml

Innovation. Community. Security.