package
0.11.1
Repository: https://github.com/cosmotek/api-commons.git
Documentation: pkg.go.dev

# 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.