luminus

jtth 2020-04-10T20:57:40.016Z

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.

joefromct 2020-04-14T20:09:35.022Z

any chance your connection string is setup to something in memory? maybe like: "jdbc:h2:mem:test"

jtth 2020-04-14T20:21:24.022500Z

the database url in jetbrains db connector is the same in the dev-config