pub type Database<'a> = Handle<'a, ()>;
The basic database handle
struct Database<'a> { /* private fields */ }
Create a new database handle
Get the header for the local database