Documentation
API documentation
The API documentation is automagically generated with
Doxygen from the central
header file
hamsterdb.h. It lists all functions, constants, status
codes and structures. It is the most authoritative documentation available.
more »
Tutorial
The tutorial demonstrates nearly all functions of hamsterdb. If you are not
familiar with lightweight database engines, this might be the best place to
start. The tutorial also covers the topics of compiling, installing and porting
hamsterdb.
more »
Samples
The samples are part of the hamsterdb sources; you can find them in the
directory
samples. For your convenience, they are available for
downloading
here »
FAQ
The frequently asked questions provide answers about programming and tuning
hamsterdb, as well as licensing questions.
more »
Performance
How to optimize hamsterdb for performance.
more »
Migration from 1.x to 2.x
Describes the changes in hamsterdb 2.x, how to migrate your code and when NOT to migrate.
more »