mirror of
https://github.com/pressly/goose.git
synced 2025-05-02 05:29:53 +00:00
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
Description
Languages
Go
98.2%
Makefile
1.2%
Shell
0.6%