On Thu, Jun 21, 2012 at 12:33 AM, Vinzent <ru.vinz...@gmail.com> wrote: > Actually, jsql looks very much like clojureql\korma.
jsql has completely different goals to ClojureQL/Korma and is mostly a convenience for generating the sort of SQL that the update!, insert! and delete! methods need under the hood (c.j.jdbc has to generate that SQL anyway - might as well make the methods public). The select/where/order-by has evolved out of our common usage at World Singles where we have get-by-id and find-by-keys and similar CRUD functions. jsql is deliberately very close to the "metal" of SQL and is not intended to be composable etc. Folks wanting a full-blown DSL should indeed use Korma (or ClojureQL). > Honetly, I wish see > better support for clojureql rather than new similar DSLs coming up. Lau hasn't updated ClojureQL for a while - if you want better support, perhaps you should approach him and contribute to that project? -- 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