package
0.0.1
Repository: https://github.com/volatiletech/abcweb.git
Documentation: pkg.go.dev

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