tkrzw

Set of implementations of DBM (key-value storage libraries)

brewmacoslinux
Try with needOr install directly
Source

About

Set of implementations of DBM

Commands

tkrzw_build_plantertkrzw_inspecttkrzw_perf

Examples

Inspect the contents and metadata of a tkrzw database file$ tkrzw_inspect mydb.tkt
Run performance benchmarks on tkrzw database implementations$ tkrzw_perf --path testdb --size 10000
Build a B+ tree database file from input data$ tkrzw_build_planter --input data.txt --output db.tkt