
Sql-migrate is SQL Schema migration tool for Go based on gorp and goose
Features • Usable as a CLI tool or as a library • Supports SQLite, PostgreSQL, MySQL, MSSQL and Oracle databases (through gorp) • Can embed migrations into your application • Migrations are defined with SQL for full flexibility • Atomic migrations • Up/down migrations to allow rollback • Supports multiple database types in one project • Works great with other libraries such as sqlx