porsager / postgres

Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare
The Unlicense
7.04k stars 257 forks source link

Connecting to database with SSL on Cloudflare #804

Open krakz999 opened 4 months ago

krakz999 commented 4 months ago

Hi,

Thanks for this library. We are using Cloudflare Workers and trying to connect to a database that requires SSL. The application crashes with "Internal error".

Is there a way to connect to a db with SSL from CF using this library?