mirror of https://github.com/pressly/goose.git
|
||
---|---|---|
cmd | ||
db-sample | ||
.gitignore | ||
MIT-License.md | ||
README.md |
README.md
goose
goose is a database migration tool.
You can manage your database's evolution by creating incremental SQL (or, soon, Go) scripts.
Install
$ go get bitbucket.org/liamstask/goose
$ go build -o bin/goose bitbucket.org/liamstask/goose/cmd
Usage
TODO