Postgresql – Can't connect to Postgres CloudSQL from Prisma in Cloudfunction
I'm trying to connect to a public IP CloudSQL Postgres database from a cloud function with Prisma. The database has SSL enforced. I assume I can use the Cloud Auth Proxy, and it works locally, but when I deploy it…