TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ClojureQL - SQL DSL for Clojure

27 pointsby pelleover 15 years ago

2 comments

amixover 15 years ago
I am a bit disappointed by this abstraction, especially given what power Clojure gives for creating DSLs. This "SQL DSL" seems to resemble a lot on how database handling works in Java.<p>The people behind ClojureQL should take a look at Python's SQLAlchemy or Ruby's Sequel for inspiration on how to create kick ass SQL abstractions.
评论 #990129 未加载
评论 #990527 未加载
评论 #990004 未加载
lbjover 15 years ago
Generally the comments in this post (currently 5) all demonstrate a misunderstanding of the core principles.<p>ClojureQL provides DB Agnosticism and language-level statement construction. On top of ClojureQL you could build any number of high-level abstractions, but ClojureQL is not an attempt at doing that.