Honeysql has to be one of the best examples of data transformation
where Clojure really shines. {domain-data} -> {honey-sql data} -> SQL.
Love it.I understand YeSQL's sweet spot is where the SQL is static except for parameters so yeah, not applicable for building up queries at runtime. Still, if SQL is known up front then it seems very nice. On 24 February 2015 at 18:10, Sean Corfield <[email protected]> wrote: > On Feb 24, 2015, at 9:16 AM, Colin Yates <[email protected]> wrote: >> I am surprised that yesql isn't more adopted, particularly now named >> parameters is there - has anyone run into roadblocks with it? > > Most of our SQL is dynamically created -- data-driven -- so YeSQL isn't > really a good fit, as I understand it. We're either building SQL from a map > of key/value pairs or from composable pieces using HoneySQL (for our complex > reports that are all driven by data as well). > > Sean Corfield -- (904) 302-SEAN > An Architect's View -- http://corfield.org/ > > "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 [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
