# Functions

MySQLUpDownTest creates temporary database, test given migrations, and removes temporary database.
Run executes goose command.
UpTo migrates up to a specific version.

# Variables

ErrDownNotSupported must be returned from goose Down function in case this migration does not support downgrade.

# Structs

MySQL implements Connector interface.

# Interfaces

Connector provides a way to connect to any database with schemaver.

# Type aliases

Ctx is a synonym for convenience.