2022-04-28 20:26:01 -04:00
|
|
|
# letsqlite -- monadic interface to sqlite3 for OCaml
|
|
|
|
|
|
|
|
This library offers an interface to [sqlite3-ocaml][1] using monads
|
2022-04-28 20:37:58 -04:00
|
|
|
and monadic `let` statements.
|
2022-04-28 20:26:01 -04:00
|
|
|
|
|
|
|
For example usage, see the test in `src/letsqlite.ml`. For
|
|
|
|
documentation, refer to `src/letsqlite.mli`.
|
|
|
|
|
|
|
|
[1]: https://github.com/mmottl/sqlite3-ocaml
|