honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
jimi hendrix 2021-01-27T00:04:01.030500Z

Thanks guys!

jimi hendrix 2021-01-27T00:04:13.030800Z

I feel like clojure's community is very helpful even for the beginner

kitallis 2021-01-27T05:51:50.032200Z

@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?

💯 1
seancorfield 2021-01-27T18:05:07.035900Z

@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).