Hi Carlo - 

I'm using the 2.0 snapshot.  How should I express a join on multiple 
columns, ie
SELECT blah FROM t1 JOIN t2 ON (t1.a=t2.b) AND (t1.c=t2.d) ?

On Wednesday, July 3, 2013 1:48:07 AM UTC-7, Carlo wrote:
>
> Hey guys!
>
> I've been working on a small library to make writing SQL queries a little 
> bit easier. It's along the same lines as ClojureQL, but takes a different 
> approach and compiles into quite different SQL in the end.
>
> At the moment it's quite immature, but it should be able to support any 
> queries which can be expressed in relational algebra. There will be some 
> SQL queries which can't be expressed in clojure-sql, but hopefully there 
> won't be too many of those. A greater limitation is that at the moment the 
> SQL generation is specific to the PostgresSQL database (although any 
> contributions for other databases are welcome!).
>
> Dependency vector: [clojure-sql "0.1.0"]
> Repository: https://bitbucket.org/czan/clojure-sql
> Clojars link: https://clojars.org/clojure-sql
>
> Let me know what you think!
>
> Carlo
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to