I've been pretty happy with <a href="https://bitbucket.org/liamstask/goose/" rel="nofollow">https://bitbucket.org/liamstask/goose/</a> to solve this for us. It's an alternate that you can specify different, custom environments and compiles to an executable (not just a library).<p>Honest question: what's better about Migrate that I should look at? I read the godoc and the repo, and didn't see anything new (compared to Goose).
Looks good.<p>I have written a simple tool to manage database fixtures for Go. It's similar to Django's fixtures.<p>Might be relevant for some people. Both migrations and fixtures are a needed thing for most projects.<p><a href="https://github.com/RichardKnop/go-fixtures" rel="nofollow">https://github.com/RichardKnop/go-fixtures</a>