Release 1.1, 2009.07.26 ================================================================================ HeliDB -- a simple database for Java. HeliDB is a key-value database for storing arbitrary objects in. It comes with an optional transaction capability and the ability to store data in flat files or in B+ Tree files. HeliDB databases are designed to be simple and fast to create. This release introduce new database methods for searching for keys. The new Cursor object can be used to navigate through the records in a database. The signature of NodeRepository has been changed to NodeRepository. This may cause compile errors in clients. See the change log for details. Read more about EntityFS on http://www.entityfs.org Read more about Schmant on http://www.schmant.org Read more about HeliDB on http://www.helidb.org