News

    09/26/07

    hamsterdb Embedded Storage 0.4.6 released


    This release implements "duplicate items". A new sample (db5.c) was added. Also, a few bugs were fixed, especially with "record number" databases and big-endian architectures. hamsterdb is now released under GPL 2.0 or later, and therefore can also be used in GPL 3.0 projects.
    Read the Release Notes for more information and known issues. Sources, CHANGELOG and prebuilt libraries for Windows (32bit and 64bit) are available for download here!


    08/10/07

    hamsterdb Embedded Storage 0.4.5 released


    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. Read the Release Notes for more information. Sources, CHANGELOG and prebuilt libraries for Windows (32bit and 64bit) are available for download here!


    07/17/07

    hamsterdb Embedded Storage 0.4.4 released


    This release comes with loads of changes and new features! hamsterdb is now able to manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, and API changes occurred. Read the Release Notes for more information. Sources, CHANGELOG and prebuilt libraries for Windows (32bit and 64bit) are available for download here!


    06/14/07

    hamsterdb Embedded Storage 0.4.3 released


    hamsterdb was ported to SUN Sparc and PowerPC architectures, and the database files are now endian independent. Some other minor bugs and a small memory leak (in-memory databases only) were fixed. Database files from 0.4.2 are not compatible with 0.4.3. Sources, CHANGELOG and prebuilt libraries for Windows (32bit and 64bit) are available for download here!


    05/28/07

    hamsterdb.com is online


    Welcome to the new webpage of hamsterdb. Feel free to provide feedback!