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 upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
More 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 |


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?