Settings

Theme

Show HN: Tiny Golang CLI tool to manage SQL migrations

github.com

1 points by Antitoxic6185 a year ago · 1 comment · 1 min read

Reader

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.

ka_zhuravlev a year ago

What happens if multiple migrator instances run the same migration? Imagine case when k8s or something start several instances of migrator at the same time

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection