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
A database migration tool. Supports SQL migrations and Go functions.
Readme 21 MiB
Languages
Go 98.2%
Makefile 1.2%
Shell 0.6%