Fork me on GitHub
#clojure
<
2022-12-29
>
Flash Hu09:12:58

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
seancorfield20:12:20

In case you have future questions about HoneySQL, there's a dedicated channel #honeysql with hundreds of HoneySQL users who can help.

❤️ 1