Downloadliste

Projektbeschreibung

HeliDB is a database for storing key-value pairs
from a Java program. The client program creates
one database object per database file. The
database objects can be configured to support
different capabilities. In its simplest
configuration, a database is a file-backed map.
More advanced configurations can give it
transaction support or fast record searches by
indexing records in a B+ tree.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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-09-21 22:45
1.1.1

Diese Version kommt mit Performance-Verbesserungen für die BPlusTree und die ConstantSizeStringSerializer.
This release comes with performance improvements for the BPlusTree and the ConstantSizeStringSerializer.

2009-07-27 06:23
1.1

Diese Version der Einführung neuer Methoden-Datenbank für die Suche nach am nächsten Schlüssel entspricht. Der neue Cursor-Objekt kann benutzt werden, um durch die Datensätze in einer Datenbank zu navigieren.
This release introduce new database methods for searching for closest key matches. The new Cursor object can be used to navigate through the records in a database.

2009-07-16 09:47
1.0.2

Diese Version aktualisiert die EntityFS Abhängigkeit auf die Version 1.1.3.
This release upgrades the EntityFS dependency to version 1.1.3.

2009-02-06 19:43
1.0.1

Diese Version aktualisiert die EntityFS Abhängigkeit auf Version 1.1.
Tags: Minor feature enhancements
This release upgrades the EntityFS dependency to
version 1.1.

2008-08-31 16:15
1.0

Tags: Initial freshmeat announcement

Project Resources