kyoto-cabinet

Library for managing key-value databases with multiple storage backends

brewmacoslinux
Try with needOr install directly
Source

About

Library of routines for managing a database

Commands

kchashmgrkchmgrkctreemgrkcforestmgrkcdirmgr

Examples

Create and manage a hash database$ kchashmgr create test.kch
Set a key-value pair in a hash database$ kchashmgr set test.kch mykey myvalue
Retrieve a value from a hash database$ kchashmgr get test.kch mykey