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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: DevJoist, database versioning done right

24 点作者 dbla超过 12 年前

4 条评论

CoffeeDregs超过 12 年前
I don't understand how this is an improvement over Rails' migrations or Python's South. Or, maybe, what are cases in which I would consider DJ over built-in migration and schema-management systems?<p>EDIT: ah, perhaps this is just for systems that don't have such native schema migration support (e.g. raw PHP apps)? Though I'm still not sure how comfortable I would be separating schema version from deployed code version.
评论 #5165760 未加载
pnathan超过 12 年前
So I'm kind of ignorant here, but why wouldn't you simply have your schemas stored in vcs and deploy out the upgrade scripts at upgrade time?
评论 #5165715 未加载
评论 #5165533 未加载
zacharydanger超过 12 年前
So, how would I correlate a specific commit in Git to a version on DevJoist?<p>Until then I'll just use <a href="https://github.com/thuss/standalone-migrations" rel="nofollow">https://github.com/thuss/standalone-migrations</a> with my non-Rails projects.
评论 #5165100 未加载
评论 #5165586 未加载
mleaconsulting超过 12 年前
Do you have an API I could wire into?
评论 #5165007 未加载