How many folks use honeysql
from ClojureScript?
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.
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.
(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...)
(background: all of this is me thinking about moving honeysql
to a 1.0.x release)