struggling to get pg working with page function.

I've tried passing it with and without quotes.
4 Replies
Shy
Shy11mo ago
I'm pretty close to just giving up and sticking with netlify
kian
kian11mo ago
You don't use nodejs_compat with the pg library.
kian
kian11mo ago
Connect to PostgreSQL · Cloudflare Workers docs
Cloudflare Workers supports direct connectivity to PostgreSQL instances over the Transmission Control Protocol (TCP) using the Socket API, and via …
Shy
Shy11mo ago
I'm using page workers not workers directly. Doesn't that change things? wrangler.toml isn't a thing with pages?