# Better Postgres with Prisma Experience

DevFeed: [Better Postgres with Prisma Experience](<https://devfeed.tech/articles/better-postgres-with-prisma-experience-5028.md>)

Original publisher: [Read original article](<https://neon.com/blog/better-postgres-with-prisma-experience>)

Author: Raouf Chebri

Published: 2024-03-07T14:17:20Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Prisma](<https://devfeed.tech/topics/prisma.md>), [Object-relational mapping](<https://devfeed.tech/topics/orm.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>)

Tags: [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [backend](<https://devfeed.tech/tags/backend.md>), [community](<https://devfeed.tech/tags/community.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [migration](<https://devfeed.tech/tags/migration.md>), [orm](<https://devfeed.tech/tags/orm.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [process](<https://devfeed.tech/tags/process.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Neon describes improvements that make Postgres work more seamlessly with Prisma ORM. The changes support schema migrations through pooled connections, allow Neon's default connection string to be used for scaling serverless applications, remove the need for multiple database URLs and a query parameter, and add prepared-statement support across Neon, PgBouncer, and Prisma.

## Source excerpt

We're Neon. We're building Postgres that helps you confidently ship reliable and scalable apps. We made Postgres on Neon work seamlessly with Prisma. This article explains how we did it. We love Prisma, and so do developers. Prisma ORM makes it easy to perform schema migrations a...