Serverless technologies make it easier and more affordable to provision infrastructure. But the stateless nature of serverless functions doesn't map well to the statefulness Serverless apps lack a persistent connection to their databases of traditional databases that require a TCP connection between an application and its database server. This results in poor performance and timeouts.
The Prisma Data Platform includes a Data Proxy, which provides persistent, reliable, and scalable connection pooling for databases using Prisma. This prevents exhausting your database connections, cold starts in your serverless functions, or having to spend more money to scale up connections.
Stay up to date with the latest features and changes to Prisma