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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

EdgeDB 1.0 Release Candidate

6 点作者 colinmcd超过 3 年前

1 comment

colinmcd超过 3 年前
Colin (EdgeDB employee) here. We&#x27;re happy to announce the first release candidate of EdgeDB 1.0! We&#x27;ll be releasing RC2 in a couple weeks, followed by a stable release shortly thereafter.<p>Quick TLDR of what we&#x27;re trying to build: we think some of the design choices in SQL are holding back relational DBs from providing the best possible developer experience. Namely: non-composable syntax, OOP-incompatible (and ultimately unnecessary) concepts like foreign keys and JOINs, and the lack of first-party migrations. The lack of these things is what drives developers to ORMs and other non-optimal abstractions. See a previous HN discussion of EdgeDB and our query language EdgeQL here [0].<p>We’ve received a lot of great feedback on HN over the years. Feel free to check out some recent threads about the design of EdgeQL[1] and the limitations of SQL[2].<p>[0] <a href="https:&#x2F;&#x2F;www.edgedb.com&#x2F;blog&#x2F;we-can-do-better-than-sql" rel="nofollow">https:&#x2F;&#x2F;www.edgedb.com&#x2F;blog&#x2F;we-can-do-better-than-sql</a><p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27793398" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27793398</a><p>[2] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24106608" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24106608</a>