blob: cf46c3c452609696b18f95bbaad9a0043ccdbb33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# letsqlite -- monadic interface to sqlite3 for OCaml
This library offers an interface to [sqlite3-ocaml][1] using monads
and monadic `let` statements.
For example usage, see the test in `src/letsqlite.ml`. For
documentation, refer to `src/letsqlite.mli`.
[1]: https://github.com/mmottl/sqlite3-ocaml
|