hamsterdb: a simple sample program
September 21st, 2006
I have written a small sample to demonstrate the hamsterdb API. You can download it here: http://www.crupp.de/dl/simple.c
It creates a new database, inserts some items, looks them up, deletes the items and tries to look them up once more (which fails).
I have also updated the tarball (http://www.crupp.de/dl/hamsterdb-0.1pre1.tar.gz) to include the sample.