Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMore parameters/query pairs in the PgConnectOptions uri parser #501
Comments
More of a matter of it's not something we use and hasn't been requested (yet) so we haven't worked to expand the URI parser. Note that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
PgConnectOptionsuri parser currently supports only 4 keys: "sslmode", "sslrootcert", "statement-cache-capacity", and "host"The Postgres connection uri spec notes that there are many more, for example
userandpasswordShould these not be added so that a connection string can be built using only named parameter keys?