# Functions
SqlxFileMigration will create a SqlxMigration using the provided file.
SqlxQueryMigration will create a SqlxMigration using the provided id and query string.
# Variables
No description provided by the author
# 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.