# Functions
CleanupDB closes and removes the DB.
CleanupObjects cleans the given map of IDs to Objects in the database.
CreateObjects stores the given map of IDs to Objects in the database.
No description provided by the author
NewDB makes a new DB with the given setup func(s).
SetupBolt sets up a BoltDB testing DB with the given filename.
SetupBuckets adds the given db.Buckets to the DB.
SetupUpdateErr adds an error to be returned when Update is called for the DB.
SetupViewErr adds an error to be returned when View is called for the DB.
# Type aliases
SetupFunc is a func which sets up a *DB.