# Packages
dummydb is just a dummy database that implements db.Database.
# Functions
No description provided by the author
# Variables
ErrNoResultsFound is a database agnostic error that indicates that no results were found.
# Interfaces
Database defines the interactions with the database.
Datastore defines the basic interactions for a database entry.
Entity is a type constraint which represents the items that are stored in the database.
No description provided by the author