This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-29
Channels
- # babashka (99)
- # beginners (47)
- # calva (28)
- # cider (5)
- # clj-kondo (5)
- # clojure (2)
- # clojure-europe (11)
- # clojure-gamedev (1)
- # clojure-norway (5)
- # clojurescript (11)
- # clr (82)
- # conjure (13)
- # cursive (3)
- # datahike (1)
- # datomic (28)
- # emacs (11)
- # fulcro (43)
- # honeysql (10)
- # interop (17)
- # keechma (3)
- # pathom (27)
- # re-frame (1)
- # reagent (3)
- # reitit (18)
- # releases (1)
- # shadow-cljs (81)
- # vim (5)
- # xtdb (3)
Hi, do you have the same issue with importing honeysql
?
As I tried to require it in REPL, it failed.
small-services.server=> (require '[honey.sql :as sql])
Execution error (FileNotFoundException) at small-services.server/eval5096 (form-init14528690414097323356.clj:1).
Could not locate honey/sql__init.class, honey/sql.clj or honey/sql.cljc on classpath.
Root Cause:
I used the wrong source in project.clj
...
:dependencies [...
;[honeysql "1.0.461"] ; <== the wrong one
[com.github.seancorfield/honeysql "2.4.962"]]
✅ 1
In case you have future questions about HoneySQL, there's a dedicated channel #honeysql with hundreds of HoneySQL users who can help.
❤️ 1