node-postgres icon indicating copy to clipboard operation
node-postgres copied to clipboard

feat(pg-connection-string): warn if non-standard ssl options are used

Open hjr3 opened this issue 7 months ago • 2 comments

In preparation for v3.0.0, we start warning users to be explicit about the sslmode they want.

hjr3 avatar May 26 '25 11:05 hjr3

Deploying node-postgres with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6bdb0b7
Status: ✅  Deploy successful!
Preview URL: https://f5d22a97.node-postgres.pages.dev
Branch Preview URL: https://push-qkwyoukwlmvl.node-postgres.pages.dev

View logs

Could warn this way for repeat callers: https://nodejs.org/api/process.html#avoiding-duplicate-warnings

TIL - implemented

hjr3 avatar May 27 '25 15:05 hjr3