Simple reference implementation of a database backend based on btree and hash storage. This implements the IDatabase interface, look there for more documentation.
Sqlite implementation of a database backend This implements the IDatabase interface, look there for more documentation.