Minimal SQLite key-value store for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

btree: add cell, page, pager, record, table, varint modules

borealis: add example yaml configs
sqlite: update interop test

+2 -2
+2 -2
test/cram/interop.t
··· 52 52 > Sqlite.close db 53 53 > EOF 54 54 55 - Test WAL mode pragma is set: 55 + Test journal mode (default is delete): 56 56 57 57 $ sqlite3 cli_test.db "PRAGMA journal_mode" 58 - wal 58 + delete 59 59 60 60 Verify table structure matches expected schema: 61 61