node-postgres
node-postgres copied to clipboard
feat(pg-connection-string): warn if non-standard ssl options are used
In preparation for v3.0.0, we start warning users to be explicit about the sslmode they want.
Deploying node-postgres with
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 |
Could warn this way for repeat callers: https://nodejs.org/api/process.html#avoiding-duplicate-warnings
TIL - implemented