hamsterdb-java is a Java wrapper for the hamsterdb embedded database library. It comes with full documentation, samples and unittests (based on JUnit).
hamsterdb is a database engine written in ANSI C. It supports a B+Tree index
structure, uses memory mapped I/O (if available), supports cursors and
variable length keys and can create in-memory databases.
INSTALLATION:
To compile hamsterdb-java, run ./configure, make, make install.
Product's homepage
Requirements:
· hamsterdb
What's New in This Release: [ read full changelog ]
· This new version of the Java wrapper adds all the functions that are part of hamsterdb 1.1.3.