sql-migrate

SQL schema migration tool for Go applications

brewmacoslinux
Try with needOr install directly
Source

About

SQL schema migration tool for Go

Commands

sql-migrate

Examples

Create a new migration file$ sql-migrate new create_users_table
Apply pending migrations to the database$ sql-migrate up
Rollback the last migration$ sql-migrate down