Fork me on GitHub
#babashka
<
2020-06-13
>
Crispin07:06:55

from github

borkdude16:06:19

$ export BABASHKA_CLASSPATH=$(clojure -Sdeps '{:deps {honeysql {:mvn/version "RELEASE"}}}' -Spath)
$ lein bb -e "(require '[honeysql.core :as hsql]) (hsql/format {:select [:a :b :c] :from [:table]})"
["SELECT a, b, c FROM table"]
(in progress)

🎉 8
borkdude21:06:28

ok works now and pushed to master (binaries will appear in a few minutes in #babashka_circleci_builds )