honeysql

Discussion of https://github.com/seancorfield/honeysql :slightly_smiling_face:
2020-03-03T00:01:19.009600Z

2020-03-03T00:01:20.009700Z

2020-03-03T00:02:14.009800Z

seancorfield 2020-03-03T00:10:43.010100Z

How many folks use honeysql from ClojureScript?

seancorfield 2020-03-03T00:12:26.011600Z

I know that at some point in the past, the cljs version of honeysql used to be published in some cljs/js repo but someone else used to manage that for me (and my predecessors) and I suspect new releases have not been published there for quite a while.

seancorfield 2020-03-03T00:14:51.013700Z

I don't really understand the use case from cljs since you ultimately have to use a Clojure/Java process to run the SQL + params vector anyway... and it's a bunch of machinery I don't really want to continue maintaining if no one is actively using it. I'd rather drop Leiningen, drop all the cljc/cljs stuff, and switch to just CLI/`deps.edn` -- and drop support for Clojure 1.7/1.8 so I can modernize the code a bit.

seancorfield 2020-03-03T00:15:53.014800Z

(I can keep the cljs support and just switch to Olical's cljs-test-runner, like I do with clojure.tools.cli, if folks are actively using honeysql with cljs...)

seancorfield 2020-03-03T00:16:18.015400Z

(background: all of this is me thinking about moving honeysql to a 1.0.x release)

2020-03-03T07:20:14.015500Z