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.
| Tags | Software Development Libraries Java Libraries Database Database Engines/Servers API |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: This release comes with performance improvements for the BPlusTree and the ConstantSizeStringSerializer.


Release Notes: 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.


Release Notes: This release upgrades the EntityFS dependency to version 1.1.3.


Release Notes: This release upgrades the EntityFS dependency to version 1.1.


No changes have been submitted for this release.
A Java framework for implementing file uploads and downloads through HTTP.