Download List

Project Description

hamsterdb Embedded Storage is an embedded database engine for C/C++, including wrappers for Java, .NET, and Erlang. It supports in-memory databases, very fast database cursors, "record number" databases, ACID transactions, and duplicate keys. hamsterdb is very fast and highly configurable. It compiles and runs on Unix platforms, Linux, Microsoft Windows, and embedded platforms.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-08-10 11:06 Back to release list
0.4.5

This release implements "record number" databases;
these databases behave like "auto-increment"
tables in SQL. The keys of new records are
automatically assigned and incremented with each
insert. Also, a few minor bugs were fixed, and
some optimizations took place; the generated
database files are much smaller now.
Tags: Minor feature enhancements

Project Resources