# Functions
GetConnStr returns a connection string for the database software used.
IsMigrated returns true if the database is migrated to the latest migration in the db/migrations folder.
RunMigrations executes the migrations "up" against the passed in database and returns the number of migrations run.
# Variables
ErrNoMigrations occurs if no migration files can be found on disk.