tokyo-cabinet

Lightweight embedded database library with multiple data structure support

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight database library

Commands

tchmgrtcbmgrtcfmgrtctmgrtcatesttcbtesttcftesttcttest

Examples

Create and manage a hash database$ tchmgr create mydb.tch && tchmgr put mydb.tch key1 'value1'
Retrieve a value from the database$ tchmgr get mydb.tch key1
List all keys in a hash database$ tchmgr list mydb.tch