# Functions

NewDB godoc - creates a new DB instance abstracting the underlying database package.

# Constants

BOLT_DB - BoltDB.
BUNT_DB - BuntDB.

# Structs

BoltDB - BoltDB struct.
BuntDB - BuntDB struct.
No description provided by the author

# Interfaces

DB interface for underlying database packages.

# Type aliases

DBType for identifying underlying database packages.