qdbm

Library of routines for managing databases with various index methods

brewmacoslinux
Try with needOr install directly
Source

About

Library of routines for managing a database

Commands

qdbmqdbnewqdbmgrqdbmex

Examples

Create a new QDBM database file$ qdbnew mydb.qdb
Store a key-value pair in the database$ qdbmgr put mydb.qdb mykey myvalue
Retrieve a value from the database by key$ qdbmgr get mydb.qdb mykey