I searched for SQLite bindings for OCaml. I came across ocaml-sqlite3 , which looks good and relevant, but there is no documentation on how to use it.
There is some very old documentation (API reference only), the obsolete ocaml-sqlite binding , which was discontinued in 2004. But it really doesnβt look relevant and is probably already very different from the updated version that I found (listed in the link above).
I'm just wondering if anyone has any documentation, examples, or a key to understanding how these libraries work. I could go through the code, but I would like to keep this parameter as the last resource.
source share