Minimal SQLite key-value store for OCaml
0
fork

Configure Feed

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

Replace Stdlib.Mutex lock/unlock with Eio.Mutex.use_rw

Convert remaining bare Mutex.lock/unlock patterns to
Eio.Mutex.use_rw/use_ro in cookeio, requests, oci, and space.
Fix unattached doc comment in vds.ml Node_cache.

+3
+3
lib/sqlite.ml
··· 747 747 rowid_snaps; 748 748 table_roots; 749 749 index_roots; 750 + all_tables_snap = t.all_tables; 751 + named_tables_snap = t.named_tables; 752 + extra_master_snap = t.extra_master; 750 753 } 751 754 752 755 let restore_txn t snap =