# Functions
IntoRepo tries to convert a eh.ReadRepo into a Repo by recursively looking at inner repos.
NewRepo creates a new Repo.
NewRepoWithClient creates a new Repo with a client.
# Variables
ErrCouldNotClearDB is when the database could not be cleared.
ErrCouldNotDialDB is when the database could not be dialed.
ErrInvalidQuery is when a query was not returned from the callback to FindCustom.
ErrModelNotSet is when an model factory is not set on the Repo.
ErrNoDBClient is when no database client is set.
# Type aliases
Option is an option setter used to configure creation.