[ANN] SQLingvo 0.5.9 released.

2013-11-22 Thread r0man
SQLingvo is a Clojure DSL to generate SQL statements. README, source code and examples: https://github.com/r0man/sqlingvo Leiningen dependency information: [sqlingvo "0.5.9"] Enhancements: * Added WITH statements. -- -- You received this message because you are subscribed to t

Re: [ANN] SQLingvo 0.5.9 released.

2013-11-22 Thread Sean Corfield
Nice! Another SQL DSL I can point people to for use with clojure.java.jdbc if I completely remove the basic DSL from java.jdbc.sql! Sean On Fri, Nov 22, 2013 at 4:36 AM, r0man wrote: > SQLingvo is a Clojure DSL to generate SQL statements. > > README, source code and examples: > > https://git