Connect to Cloud SQL from Cloud Run with a NextJS/Prisma setup
Context I’m developing a NextJS 14 application using google services. I also use Prisma as my ORM, which works by having a DATABASE_URL (postgresql://postgres:password*^@IPaddress/dbname?schema=public”) Let me walk through my configuration. I have a VPC network enabled, its called default and it has the basic configuration. My SQL instance has private and public IP enable. For […]