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
Currently, you have to go into the source code, figure out if postgreSQLConnectionString uses postgresql://... syntax or k=v syntax, then manually add the options, which could break if postgreSQLConnectionString changes the format
It would be nice to specify extra options like
sslmode
inConnectInfo
likeCurrently, you have to go into the source code, figure out if
postgreSQLConnectionString
usespostgresql://...
syntax ork=v
syntax, then manually add the options, which could break ifpostgreSQLConnectionString
changes the formathttps://www.postgresql.org/docs/9.5/libpq-connect.html#LIBPQ-CONNSTRING
The text was updated successfully, but these errors were encountered: