<@U0157AEKMTP> I gave up on deploying Prisma to Ve...
# orm-help
z
@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
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
Have you tried using a pool?
r
@Yann Pringault I would suggest using something like PgBouncer instead of directly accessing the DB and see if there’s any noticeable difference.