TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Tiny Golang CLI tool to manage SQL migrations

1 点作者 Antitoxic61857 个月前
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.

1 comment

ka_zhuravlev7 个月前
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