@Yann Pringault I gave up on deploying Prisma to Vercel. For my setup it'd require almost a full rewrite/full wrapper. I decided to just deploy it to ECS and it's much more..."standard"
Idk what your setup is like, you may be able to get it to work
y
Yann Pringault
10/05/2020, 9:09 PM
I have a lot of trouble with the connection limit. Each serverless call spin a new DB connection, I reach the 100 limit very fast by my own. (I don't want to imagine with 3-4 users on my app 😂)
z
Zane Helton
10/05/2020, 9:21 PM
Have you tried using a pool?
r
Ryan
10/06/2020, 6:16 AM
@Yann Pringault I would suggest using something like PgBouncer instead of directly accessing the DB and see if there’s any noticeable difference.