hamsterdb is an embedded database engine written
in ANSI-C. It includes B+Trees with variable
length keys and records. It supports in-memory
databases and endian-independent files, database
cursors, multiple databases in one file, "record number" databases, and duplicate keys. hamsterdb is very fast and highly configurable. It compiles and
runs on Unix platforms, Linux, Microsoft Windows,
and Windows CE.
License: GNU General Public License (GPL)
Changes:
This release adds one API function, which will be needed to implement the Python wrapper. It also fixes three bugs, two of them minor.