package
1.0.1
Repository: https://github.com/webstradev/rsdb-backend.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.

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