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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

ClojureQL - 1.0.0 now in beta

91 点作者 aaw超过 14 年前

5 条评论

andreas_bak超过 14 年前
I can not understand what problem this library solves ? Why to write SQL in Clojure and translate it back to SQL ?<p>Examples on website are quite simplistic. They are far away from real life SQL queries that usually bigger and more complex (not select and join couple of tables). What about "group by", joining 5 or 8 tables etc.? How you are supposed to prototype and test your queries on existing schema (there are many good graphical clients for many RDBMSes)? There are many questions remaining unanswered.<p>At least Clojre-QL do not try to fit a square peg into round hole like Hibernate. Personally I liked Hibernate for some period, until I sat down and learned to use SQL.
评论 #1919585 未加载
评论 #1919776 未加载
评论 #1919843 未加载
评论 #1920080 未加载
peregrine超过 14 年前
I've been looking for something similar to this! Having just learned of Relational Algebra in class I've always wondered why we went with a more difficult to understand abstraction of SQL.
评论 #1919205 未加载
constant_change超过 14 年前
I've been waiting for this rewrite! By the looks of this page, you've done a fine job. Excellent work team ClojureQL! I'm looking forward to giving it a test run.
sandGorgon超过 14 年前
MySQL only<p>Which is why I'm still using Oyako (<a href="https://github.com/briancarper/oyako" rel="nofollow">https://github.com/briancarper/oyako</a>)
评论 #1920593 未加载
评论 #1920645 未加载
rapind超过 14 年前
This looks pretty sweet. Can't wait to try it out.