links
cdb
The hdb file format is an update of the cdb
"constant database" file format originally developed
by Daniel J. Bernstein.
- ezcdb project home page,
provides the b0llix portfolio
with support and compatibilty for legacy cdb applications.
- cdb project home page, for Daniel J. Bernstein's original
implementation.
documentation
Some links with more information about cdb:
programming libraries
The hdb package incorporates libasagna,
a cheesy, crusty, high-cholesterol general-purpose programming library.
It began from the public-domain library elements of
djb's daemontools package, and then got strange.
Other djb-related programming libraries are listed below.
- dietlibc, Felix von Leitner's replacement for the Standard C (libc) library
provides extremely small, statically-linked executables on Linux platforms.
(The ezcdb distribution builds fine with dietlibc!)
- libowfat, Felix von Leitner's reimplementation of the original
public-domain libraries of djb,
including cdb functions.
- bglibs, Bruce Guenter's general purpose programming library
also shares conceptual roots with djb's libs,
and includes cdb functions.