Minimal SQLite key-value store for OCaml
at main 3 lines 97 B view raw
1(** Unit tests for SQLite key-value store. *) 2 3val suite : string * unit Alcotest.test_case list