Categorygithub.com/joncalhoun/migrate
modulepackage
0.0.2
Repository: https://github.com/joncalhoun/migrate.git
Documentation: pkg.go.dev

# Functions

SqlxFileMigration will create a SqlxMigration using the provided file.
SqlxQueryMigration will create a SqlxMigration using the provided id and query string.

# Structs

Sqlx is a migrator that uses github.com/jmoiron/sqlx.
SqlxMigration is a unique ID plus a function that uses a sqlx transaction to perform a database migration step.