node-postgres
node-postgres copied to clipboard
feat(pg-connection-string): ClientConfig helper functions
Two new functions are introduced to make it easy for TypeScript users to use a PostgresSQL connection string with pg Client.
Fixes #2280
I will rebase once https://github.com/brianc/node-postgres/pull/3122 lands