cdb ===================================================================== Utility to create and manipulate constant databases. Constant databases acts as an on-disk key/value map providing very fast and reliable lookups. More informations on [1] djb’s website. Features ===================================================================== • Create a new cdb from encoded records • Dump existing cdb as encoded records • Query a key to retrieve its value(s) Usage ===================================================================== Refer to cdb(1) manual page for details and examples. The below commands are provided as a quick introduction. Create and query a constant database cat <Hello +3,7:two->Goodbye EOF cdb -k one file.cdb Hello For more infomations about the input format, see cdb(5). Installation ===================================================================== Edit config.mk as needed, then build/install with the following commands: make make install Development ===================================================================== git clone git://z3bra.org/ [2]cdb.git If you find any bug, please report them or send a patch to [3] dev@z3bra.org. Download ===================================================================== • [4]cdb–1.1.tar.bz2 • [5]cdb–1.0.tar.bz2 • [6]LICENSE Link references: [1] - http://cr.yp.to/cdb.html (a) [2] - gopher://z3bra.org/1/scm/cdb/files.gph (a) [3] - mailto:dev@z3bra.org (a) [4] - gopher://z3bra.org/9/releases/cdb-1.1.tar.bz2 (a) [5] - gopher://z3bra.org/9/releases/cdb-1.0.tar.bz2 (a) [6] - gopher://z3bra.org/1/scm/cdb/file/LICENSE.gph (a)