iowow

C utility library and persistent key/value storage engine

brewmacoslinux
Try with needOr install directly
Source

About

C utility library and persistent key/value storage engine

Commands

iowow

Examples

Create or open a key/value database$ iowow --db mydata.db --set mykey myvalue
Retrieve a value from the database$ iowow --db mydata.db --get mykey
List all keys in the database$ iowow --db mydata.db --list