Prisma serverless-pg driver support
I am trying to use this driver (https://github.com/MatteoGioioso/serverless-pg) with postgress to run in a serverless environment (vercel). Was reccomended by vercel's own connection pooling doc (https://vercel.com/guides/connection-pooling-with-serverless-functions) . Anyone know if there's a way to use this driver or some other method to get around the connection limit issue on serverless.
GitHub
GitHub - MatteoGioioso/serverless-pg: A package for managing Postgr...
A package for managing PostgreSQL connections at SERVERLESS scale - MatteoGioioso/serverless-pg
Connecting to Relational Databases with Serverless Functions
Learn best practices for connecting to relational databases with Serverless Functions.
0 Replies