A simple example:
$ git clone https://github.com/robur-coop/bancos.git
$ cd bancos
$ opam pin add -yn .
$ opam install --deps-only -t bancos
$ dune exec bin/sdb.exe -- -i rowex.idx -c test/005.cmds
db: 24139 action(s) committedAnd 24139 entries were added into the index file rowex.idx.
You can check values of them with:
$ dune exec bin/sdb.exe -- -i rowex.idx -c test/006.cmds
"[email protected]" => 8252
"[email protected]" => 1697
"[email protected]" => 6262
"[email protected]" => 5158
"[email protected]" => 15859
"[email protected]" => 9554
"[email protected]" => 16333
"[email protected]" => 13586
...