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.

2009-12-24 05:41 Back to release list
1.1.1

This release fixes a few minor bugs and improves performance for In-Memory Databases: Users can now request a pointer to the stored record data by specifying the flag HAM_DIRECT_ACCES to ham_find, ham_cursor_find[_ex], and ham_cursor_move. Thus they can overwrite the record data without calling ham_insert or ham_cursor_overwrite. A few flags were removed and the interface for ham_get_key_count was slightly changed (please see the README). Precompiled binaries for Windows (32-bit and 64-bit) are available for download.

Project Resources