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-10-10 16:23 Back to release list
0.4.7

This release brings major performance improvements
for duplicate keys and some bugfixes for record
numbers and duplicate keys. The API has two
changes (ham_close and ham_env_close now expect a
second parameter). A new sample (env2.c) was
added; it creates a 1:n relation between a
Customers database and an Orders database with the
help of duplicate keys. Prebuilt libraries for
Windows (32-bit and 64-bit) are available for
download.
Tags: Minor bugfixes

Project Resources