OCaml library interface to ocaml-sqlite3
Go to file
Peter McGoron d2b511f99f license, readme, build file 2022-04-28 20:26:01 -04:00
src move project files to front 2022-04-28 20:19:51 -04:00
COPYING.md license, readme, build file 2022-04-28 20:26:01 -04:00
README.md license, readme, build file 2022-04-28 20:26:01 -04:00
dune-project move project files to front 2022-04-28 20:19:51 -04:00
letsqlite.opam license, readme, build file 2022-04-28 20:26:01 -04:00

README.md

letsqlite -- monadic interface to sqlite3 for OCaml

This library offers an interface to sqlite3-ocaml using monads and standard let statements.

For example usage, see the test in src/letsqlite.ml. For documentation, refer to src/letsqlite.mli.