You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to set postgresql://user@localhost/db?host=/run/postgresql and postgresql:///db?host=/run/postgresql but seems it doesn't work. You get replace all query parameters here
I try to set
postgresql://user@localhost/db?host=/run/postgresql
andpostgresql:///db?host=/run/postgresql
but seems it doesn't work. You get replace all query parameters hereSpecification:
https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING-URIS
You can use pg-connection-string package
but actually we can use URL to parse it
The text was updated successfully, but these errors were encountered: