Archive

Archive for March, 2008

hamsterdb: first Java wrapper release!

March 17th, 2008

The Java wrapper is finally available for download!

It comes with full javadoc documentation, two samples and many unittests (based on JUnit).

Prebuilt libraries for Win32 and Win64 are also available.

Get it here: http://hamsterdb.com?page=download 

chris Coding, Libraries, hamsterdb

hamsterdb: release 1.0.1 (stable)

March 13th, 2008

I have released version 1.0.1. A few exported functions were added to hamsterdb_int.h, I needed them for the Java wrapper (which will be released this week).

Also, a new Macro HAM_CALLCONV for the calling convention was added, which is empty per default. But it’s now easier to switch to a different calling convention if needed.

Here’s the changelog for the current release:
http://hamsterdb.com/dl/CHANGELOG-1.0.1.txt

The release notes:
http://hamsterdb.com/dl/RELEASE-NOTES-1.0.1.html

Everything else, including downloads, documentation and samples:
http://hamsterdb.com

chris Coding, Libraries, hamsterdb

hamsterdb in German Linux Magazin

March 12th, 2008

Only by accident I discovered that the hamsterdb 1.0 release is mentioned in this month’s edition of the German Linux Magazin! :)

chris Coding, hamsterdb

hamsterdb: .NET wrapper finished!

March 9th, 2008

I just released the .NET wrapper for hamsterdb. Developing was pretty smooth, thanks to P/Invoke. All functions are implemented, full documentation is available. I wrote 2 samples for C# and even one for VB.NET.

You can download the sources here: http://hamsterdb.com/dl/hamsterdb-dotnet-0.0.1.zip

Here’s only the assembly, the native hamsterdb.dl and the documentation:
http://hamsterdb.com/dl/hamsterdb-dotnet-bin-0.0.1.zip 

Have fun!

chris Coding, Libraries, hamsterdb