Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 671 Bytes

ocaml-sql

Description

An OCaml library for high-level SQL operations. It currently supports PostgreSQL databases.

Documentation

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.

Dependencies

Using the library

Run make build to compile the files. See Makefile for how compilation is achieved.