goose
A database migration tool. Supports SQL migrations and Go functions.
How to download and setup goose
Open terminal and run command
git clone https://github.com/pressly/goose.git
git clone is used to create a copy or clone of goose repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with goose https://github.com/pressly/goose/archive/master.zip
Or simply clone goose with SSH
[email protected]:pressly/goose.git