Archive

Archive for June, 2008

hamsterdb: release 1.0.4

June 29th, 2008

hamsterdb 1.0.4 fixes a serious bug in the logging module. In an Environment with more than one Database, each Database had its own logging object – with the result that each of these objects overwrote stuff the other objects wrote, and the log became corrupted.

This bugfix somehow clouds the Real Big Thing – support for ACID Transactions! Being a fan of agile developmen, this release supports only a limited set of functionality; the biggest limitation is that there can be only one Transaction at a time.

I will try to fix these limitations one after the other.

Get the stuff here: www.hamsterdb.com.

chris Coding, hamsterdb, Libraries

hamsterdb: java and .NET releases!

June 4th, 2008

Following yesterday’s python wrapper release, here are the wrappers for .NET and Java; both with support for Recovery and Logging.

Get them here: hamsterdb.com

chris Coding, hamsterdb, Libraries

hamsterdb: python 0.0.2

June 3rd, 2008

Just a short note that i released the second version of the python wrapper – 0.0.2. it adds support for logging and recovery, which was introduced in hamsterdb 1.0.3.

As usual, get everything here: http://hamsterdb.com.

chris Coding, hamsterdb, Libraries