# Functions
ConfigFromEnv loads the database configuration from env variables using the given prefix and the `_` separator.
Migrate performs the database migration using the given database connection and migrations path.
# Variables
ErrNoEnvConfiguration is used when a configuration can't be created from the environmental variables during execution.