When running lein uberjar i get the following error:
Compiling clan.db.core
Syntax error macroexpanding at (core.clj:13:1).
Execution error (ExceptionInfo) at konserve-pg.core/new-pg-store$fn$state-machine$fn$fn (core.clj:153).
Cannot connect to PostgreSQL.
Full report at:
/tmp/clojure-3147988878089586605.edn
Compilation failed: Subprocess failed
If i remove the (d/create-database ...) line the project will compile just fine. My question is why would that function be called on compilation? Any help would be much appreciated.
I have a very simple project that i generated using luminus. The project is basically empty but i have this file:
When running lein uberjar i get the following error:
If i remove the (d/create-database ...) line the project will compile just fine. My question is why would that function be called on compilation? Any help would be much appreciated.