For the record, I never ran in any structural issue when working with clojure.java.jdbc and clojure.java.jdbc.sql. It lets you write clean and composable queries and removes takes care of the essential (escaping and the like).
On Wed, Jul 23, 2014 at 11:14 AM, David Powell <djpow...@djpowell.net> wrote: > I'm using honeysql for constructing dynamic queries (eg conditionally > adding complex clauses). It feels a bit more composable to me, and seemed > much easier to add the OR of several clauses to a query etc. > > > > On Tue, Jul 22, 2014 at 1:28 PM, Michael Klishin < > michael.s.klis...@gmail.com> wrote: > >> On 22 July 2014 at 16:10:31, Jonathon McKitrick (jmckitr...@gmail.com) >> wrote: >> > > Development and support seem to have slowed down. Are there >> > newer or better choices out there with momentum right now? >> >> Just use clojure.jdbc or clojure.java.jdbc with a validation library >> (Validateur, >> Schema, Bouncer, etc). >> >> There is no rush to use the newest hotness in the Clojure community so >> Korma >> should work OK if that's what you want. >> -- >> @michaelklishin, github.com/michaelklishin >> >> -- >> 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/d/optout. >> > > -- > 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/d/optout. > -- 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/d/optout.