# Functions
NewDBMateDir returns a new DBMateDir.
NewFlywayDir returns a new FlywayDir.
NewGolangMigrateDir returns a new GolangMigrateDir.
NewGooseDir returns a new GooseDir.
NewLiquibaseDir returns a new LiquibaseDir.
SetRepeatableVersion iterates over the migration files and assigns repeatable migrations a version number since Atlas does not have the concept of repeatable migrations.
# Variables
DbmateFormatter is the same as DBMateFormatter.
DBMateFormatter returns migrate.Formatter compatible with amacneil/dbmate.
FlywayFormatter returns migrate.Formatter compatible with Flyway.
GolangMigrateFormatter returns migrate.Formatter compatible with golang-migrate/migrate.
GooseFormatter returns migrate.Formatter compatible with pressly/goose.
LiquibaseFormatter returns migrate.Formatter compatible with Liquibase.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LiquibaseDir wraps migrate.LocalDir and provides a migrate.Scanner implementation able to understand files generated by the LiquibaseFormatter for migration directory replaying.