package ezsqlite

  1. Overview
  2. Docs
Simplified SQLite3 bindings for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=cffc08cb6f1fe46dca694a2ae1bcce97

Description

Ezsqlite provides custom SQLite3 bindings and a familiar API for interacting with SQL datatypes in OCaml. Additionally, SQLite3 is compiled into Ezsqlite with many extensions enabled. For more information see https://github.com/zshipko/ocaml-ezsqlite

Published: 16 Jun 2017

README

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

Dependencies (5)

  1. hex
  2. topkg build
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None