SQL migration tool for Go applications with database version control
Go Language's command-line interface for database migrations
goose$ goose create add_users_table sql$ goose postgres "user=postgres password=secret dbname=mydb" up$ goose mysql "user:password@/dbname" status