CLI for Go library performing database migrations.
CLI for Go library performing database migrations. Migrate reads migrations from sources and applies them in the correct order to the database. Sources include the filesystem, go-bindata, GitHub repositories, Gitlab repositories, AWS S3 & Google Cloud Storage.
CLI for Go library performing database migrations. Migrate reads migrations from sources and applies them in the correct order to the database. Sources include the filesystem, go-bindata, GitHub repositories, Gitlab repositories, AWS S3 & Google Cloud Storage.
To install go-migrate, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install go-migrate
To see what files were installed by go-migrate, run:
port contents go-migrate
To later upgrade go-migrate, run:
sudo port selfupdate && sudo port upgrade go-migrate
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.