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 is the stable version 1.0.0. Compared to the
release candidate,
only one small change crept in: the
callback-functions for comparing
keys have an additional parameter.