# Packages
Package models implements database object models for use with GORM.
# Functions
New instantiates the db connection and runs migrations.
No description provided by the author
RunMigrations runs schema migrations on the provided service broker database to get it up to date.
No description provided by the author
SetupDB pulls db credentials from the environment, connects to the db, and returns the db connection.
No description provided by the author
ValidateLastMigration returns an error if the database version is newer than this tool supports or is too old to be updated.
# Structs
No description provided by the author