Open
Description
The PgConnectOptions
uri 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 user
and password
Should these not be added so that a connection string can be built using only named parameter keys?