TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Migrate – Sane database/sql migrations for Go

7 pointsby ejholmesalmost 9 years ago

2 comments

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