OCaml library interface to ocaml-sqlite3
Go to file
Peter McGoron 7b33542c01 clarify 2022-04-28 20:37:58 -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 clarify 2022-04-28 20:37:58 -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 monadic let statements.

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