This sample demonstrates a minimal program that uses the BDB API of Berkeley DB.
This example tries to mirror exactly the AccessExample using the old
API and found implemented for each of the other APIs (C and C++). By
taking a look at the differences between this implementation and the
one found in ../../db/AccessExample.java
you can start to
see some of the advantages of using the BDB API.
See samples/db/index.html for information on how to compile and run the samples.