# Functions
BeginTxFunc is a polyfill for database/sql which implements a closure style transaction lifecycle.
NewMySQLDriverFromDB creates a new migration driver with a connection pool specified upfront.
NewMySQLDriverFromDSN creates a new migration driver with a connection pool to the database DSN specified.
# Variables
Manager is the singleton migration manager instance for MySQL.
# Structs
MySQLDriver is an implementation of migrate.Driver for MySQL.
TxWrapper makes it possible to forward the table schema to a transactional migration func.
Wrapper makes it possible to forward the table schema needed for MySQL MigrationFunc to run.