jpt is a generic database toolkit. The package's
main component is the libjpt library, which can be
easily linked into C++ and C programs. A jpt
database consists of a single sparse table, with
an arbitrary number of rows and columns. The
programming interface is simple, and the data
structures are designed for fast random inserts
and lookups.