You should definitely take a look at ClojureQL: http://www.clojureql.org/

Regarding simplicity, I'd simply suggest being wary of how you handle
associations. If you can deal with your data and relationships at top
level, you can probably keep things simple, but if you start pushing
relationship handling and other code down into that data, they become
complex objects.

> My question is this, is it possible to write composable SQL? Named
> expressions might help (binding a query to a name that you can reuse in
> another query), but I feel like they may not be enough.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to