Package kyotocabinet
A straightforward implementation of DBM
https://dbmx.net/kyotocabinet/
Kyoto Cabinet is a library of routines for managing a database. The
 database is a simple data file containing records, each is a pair of
 a key and a value. Every key and value is serial bytes with variable
 length. Both binary data and character string can be used as a key
 and a value. Each key must be unique within a database. And there is
 neither concept of data tables nor data types. Records are organized
 in hash table or B+ tree.
Version: 1.2.80
| General Commands | |
| kccachetest | command line interface to test the cache hash database | 
| kcdirmgr | command line interface to manage the directory hash database | 
| kcdirtest | command line interface to test the directory hash database | 
| kcforestmgr | command line interface to manage the directory tree database | 
| kcforesttest | command line interface to test the directory tree database | 
| kcgrasstest | command line interface to test the cache tree database | 
| kchashmgr | command line interface to manage the file hash database | 
| kchashtest | command line interface to test the file hash database | 
| kclangctest | command line interface to test the C language binding | 
| kcpolymgr | command line interface to manage the polymorphic database | 
| kcpolytest | command line interface to test the polymorphic database | 
| kcprototest | command line interface to test the prototype database | 
| kcstashtest | command line interface to test the stash database | 
| kctreemgr | command line interface to manage the file tree database | 
| kctreetest | command line interface to test the file tree database | 
| kcutilmgr | command line interface of miscellaneous utilities | 
| kcutiltest | command line interface to test the utility functions |