This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-28
Channels
- # aatree (1)
- # announcements (1)
- # beginners (18)
- # boot (12)
- # cljsjs (1)
- # cljsrn (6)
- # clojure (358)
- # clojure-japan (1)
- # clojure-russia (69)
- # clojurescript (20)
- # core-async (32)
- # cursive (6)
- # datomic (57)
- # devcards (3)
- # dirac (2)
- # editors (8)
- # emacs (6)
- # juxt (1)
- # ldnclj (4)
- # luminus (2)
- # om (91)
- # om-next (2)
- # onyx (11)
- # reagent (7)
Hello everyone
I’ve been struggling the last 2 hours to get a(ny) HugSQL statement running. Even with the generated Luminus Example code I cannot get access to Postgres. Postgres seems to be configured correctly, since lein run migrate
works. However executing any generated form from HugSQL results in an IllegalArgumentExeption
with db-spec mount.core DerefableState is missing a required parameter
.
I have run out of ideas what that parameter might be and where to fix it. Can you guys help me out with a hint, please?
@munen Take a look at this discussion of someone with the same issue: https://forums.pragprog.com/forums/387/topics/14104