libsqlite3-ocaml

Embeddable sql database for ocaml programs
  https://bitbucket.org/mmottl/sqlite3-ocaml
  0
  no reviews



This package provides an interface for the sqlite3 embeddable sql database. it allows your ocaml programs to use a sql database without depending on any external software; the resulting system can be entirely self-contained.

this package provides the files necessary to run dynamically-linked ocaml programs with sqlite3.