A database migration tool. Supports SQL migrations and Go functions.
 
 
 
Go to file
Liam Staskawicz 04abe351a6 migration_go: insert DB version as part of each migration's transaction 2012-12-10 08:45:09 -08:00
cmd migration_go: insert DB version as part of each migration's transaction 2012-12-10 08:45:09 -08:00
db-sample rough support for .go migrations 2012-12-10 00:00:06 -08:00
.gitignore gitignore 2012-11-24 16:57:41 -08:00
MIT-License.md initial commit - roughly working round trip migrations 2012-11-24 16:57:03 -08:00
README.md initial commit - roughly working round trip migrations 2012-11-24 16:57:03 -08:00

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