Download List

项目描述

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.

系统要求

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-07-27 06:23 Back to release list
1.1

这个版本引进了最亲密的关键比赛寻找新的数据库的方法。新的光标对象可用于浏览数据库中的记录。
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.

Project Resources