Replies: 1 comment 3 replies
-
I'll note that I can sort of work around this by setting the connection URL to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the JDBC driver, this would normally work via a trivial JDBC URL like
jdbc:postgresql:database
. I can't figure out the equivalent connection string for the R2DBC driver. I get an error about a username not being specified (there isn't a username or password to authenticate with; this is the Postgres running as the same user).Beta Was this translation helpful? Give feedback.
All reactions