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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Eugene is a CLI tool for reviewing Postgres SQL migration scripts

8 点作者 rkaveland大约 1 年前

2 条评论

rkaveland大约 1 年前
A while back, I wrote a blog post that experimented with doing transactional DDL in postgres, and investigating the state of `pg_locks` to check if statements were likely to interfere with queries. I&#x27;ve expanded on this idea and made a tool, that I named `eugene` for the title of the first blog post.<p>Check out the examples in <a href="https:&#x2F;&#x2F;github.com&#x2F;kaaveland&#x2F;eugene&#x2F;tree&#x2F;main">https:&#x2F;&#x2F;github.com&#x2F;kaaveland&#x2F;eugene&#x2F;tree&#x2F;main</a> or read the blog post -- I would love to have more ideas for where to take this, both concrete migration hints that `eugene` could show people, but also functionality and ways to integrate it into CI.
alflervag大约 1 年前
Thank you for this. The generated texts are very informative and educational, so I really see the benefit here.