This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-10
Channels
- # announcements (2)
- # babashka (20)
- # beginners (381)
- # calva (16)
- # chlorine-clover (21)
- # cider (1)
- # clj-kondo (18)
- # cljs-dev (107)
- # cljsrn (2)
- # clojure (161)
- # clojure-dev (5)
- # clojure-europe (2)
- # clojure-losangeles (3)
- # clojure-nl (3)
- # clojure-uk (35)
- # clojurescript (22)
- # conjure (48)
- # cursive (8)
- # datascript (11)
- # datomic (6)
- # figwheel-main (10)
- # fulcro (85)
- # hoplon (112)
- # jobs (1)
- # kaocha (5)
- # luminus (5)
- # malli (1)
- # off-topic (96)
- # onyx (1)
- # pedestal (1)
- # perun (1)
- # reagent (5)
- # reitit (1)
- # shadow-cljs (34)
- # specmonstah (1)
- # sql (6)
- # tools-deps (3)
- # xtdb (23)
heyo, i’m not sure where to ask this, but i’m having trouble wiring up the luminus +h2
defaults with IntelliJ’s database browser. I’m not sure what the h2 url is supposed to be. Every time I add it I can’t seem to find the tables I’ve created, which I know work because I can query them through the conman connection in a REPL. I have the dev-config.edn
set up to add the option database-url "jdbc:h2:./myproject_dev"
but every time I try to connect to that through IntelliJ’s database browser (through that url) it doesn’t seem to show my tables. Any help is much appreciated! It connects just fine, but there’s nothing there.
That’s interesting- usually you would see some sort of error. The default I think is that only one client can access the dB file (which is locked). Perhaps try to “refresh” the connection in InteliJ dB browser