Thanks guys!
I feel like clojure's community is very helpful even for the beginner
@seancorfield Have you considered taking a: everything is a relation approach for a future honeysql version? rather than generating SQL queries, build them as composable relational algebra… or is that something out of scope for this project?
@kitallis Could you give an example of what you mean? HoneySQL already allows you to compose partial queries -- and we rely on that at work (one of my former colleagues gave a talk about it at Clojure/West one year).