# Functions
DoMigrations from a migration folder.
InitDB loads the config from environment variables and establishes a connection to the database.
InitDBWithoutMigrations if you you need to talk to a schema not owned by the service you shouldn't do this unless you need to, but you shouldn't need to.