An OCaml library for high-level SQL operations. It currently supports PostgreSQL databases.
See sql.mli
for inline documentation.
HTML documentation can be generated with make doc
, and then viewed by
opening doc/index.html
in a browser.
- postgresql-ocaml, 1.16.0
Run make build
to compile the files. See
Makefile
for how compilation is achieved.