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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: KeywordSQL – Elagantly write SQL statements within your source code

3 点作者 ivanceras超过 10 年前

2 条评论

FroshKiller超过 10 年前
This seems like a lot of work to avoid implementing the best practice of encapsulating database logic in user-defined functions, views, and stored procedures rather than hard-coding queries.<p>With that (probably controversial) criticism aside, does this library support multiple conditions in a JOIN predicate?
xrstf超过 10 年前
Sorry to be so blunt, but this seems like something straight from TheDailyWTF. :&#x2F; Do you gain any abstraction over the underlying DBMS, like with using Doctrine?