# Functions
Drivers returns a sorted list of the names of the registered drivers.
NewPrefixConfig returns a ner PrefixConfig instance for the passed prefix.
Open returns a new persistence handle.
OpenTransactionalVersioned returns a new *transactional versioned* persistence handle.
OpenVersioned returns a new *versioned* persistence handle.
Register makes a db driver available by the provided name.
Unversioned returns the unversioned persistence from the supplied versioned one.
# Structs
PrefixConfig extends Config by adding a given prefix to any passed key.
# Interfaces
Config models the DB configuration.