# Functions
Dial connects to a postgres database using the provided configuration, and creates/updates the migration table `db_version` with the current version.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
DB is an alias to Database (less to type out).
MigrationSet is simply an Migration slice, used for sorting migrations in numbered order.