Re: Blog: SQL in Clojure

2011-11-19 Thread owendall
+1 Sent from my iPhone On Nov 19, 2011, at 6:09 AM, faenvie wrote: > thanks for the interesting blog-post. > > the main-points that makes sqlkorma attractive for me are: > > - it's simple to use and understand (focuses on one aspect) and leaves > relational heavy-lifting @rdbms. > > - it add

Re: Blog: SQL in Clojure

2011-11-19 Thread faenvie
thanks for the interesting blog-post. the main-points that makes sqlkorma attractive for me are: - it's simple to use and understand (focuses on one aspect) and leaves relational heavy-lifting @rdbms. - it adds signidicant value (composability) - the implementation has excellent code-quality an

Blog: SQL in Clojure

2011-11-18 Thread Herwig Hochleitner
Hello, I wanted to summarize my thoughts on the current state of SQL in clojure, with respect to the new library, Korma, to get a discussion going. It turned out to be too long for the ML, so I blogged it: http://thinkrevoactevo.blogspot.com/2011/11/sql-in-clojure.html enjoy -- _