# Functions

IsRecordNotFoundError returns whether the given error is due to a requested record not present in the DB.
NewMigrator creates a new Migrator class.
NewORM creates a new ORM structure with the given parameters.
NewRecordNotFoundError returns a ErrRecordNotFoundError.

# Structs

Config contains the configuration parameter to set up the orm.
Migrator is a structure used to perform DB migrations.
ORM represent an Object Relational Mapper instance.