I was using driver class `com.impossibl.postgres.j...
# exposed
p
I was using driver class
com.impossibl.postgres.jdbc.PGDriver
, since
24.1
it doesn't seem to be recognized as a postgre dialect 🤔 . Anyone got a hint before I go debugging? EDIT: nvm, found it, has it's own dialect name ("pgsql") now
h
Postgresql-ng accepts URLs in the format : jdbc:pgsql://localhost:port/db.
👍 1