And there's HoneySQL:

https://github.com/jkk/honeysql

(that's the one java.jdbc will recommend going forward since I worked
with the author, Justin Kramer, on compatibility and direction for
java.jdbc and HoneySQL at Clojure/conj last year)

On Fri, Jul 5, 2013 at 3:59 AM, r0man <roman.sche...@burningswell.com> wrote:
> Hi Carlo,
>
> if you'are looking for generating more complex SQL there's also:
>
> https://github.com/r0man/sqlingvo
>
> Roman.
>
> On Wednesday, July 3, 2013 10:48:07 AM UTC+2, 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.
>
>



-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
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