sdb

Ondisk/memory hashtable based on CDB for fast key-value storage

brewmacoslinux
Try with needOr install directly
Source

About

Ondisk/memory hashtable based on CDB

Commands

sdb

Examples

Create a new database and add key-value pairs$ sdb mydb.sdb set key1 value1
Retrieve a value by key from the database$ sdb mydb.sdb get key1
List all keys in the database$ sdb mydb.sdb keys