Live data from Hacker News

Show HN: Tiny Golang CLI tool to manage SQL migrations

github.com

1–2 of 2 posts

Show HN: Tiny Golang CLI tool to manage SQL migrations

#1
I didn't want to have ORMs configured just to make database migrations easier to deal with. I love golang's multi platform support and so I made a tiny SQL migration tool, ~800 LOC that will track and migrate your database changes as your application grows in complexity.

Show HN: Tiny Golang CLI tool to manage SQL migrations
github.com