Golang Migration is a simple multi-database migration tool.
Go
lang Mig
ration```shell script
go get -u github.com/zevst/gomig
##### How to use it?
```shell script
make build
bin/gomig --help
.
├── migrations
│ └── database
│ ├── timestamp_description.down.sql
│ └── timestamp_description.up.sql