Overview | Prisma Postgres

2 min read Original article ↗

Connect to Prisma Postgres from Prisma ORM, serverless runtimes, and PostgreSQL clients.

Prisma Postgres is a managed PostgreSQL service built for modern app development. Use this page to choose a connection path and get started quickly.

Create a database

New to Prisma Postgres? Start here.

Get your connection string

In Prisma Console, open your database and click Connect to your database to copy connection URLs.

Use Prisma ORM for migrations and type-safe queries.

Any PostgreSQL client or ORM

Use Prisma Postgres with psql, GUI tools, node-postgres, or other ORMs.

Serverless and edge runtimes

Use the serverless driver for HTTP/WebSocket connectivity in edge or constrained runtimes.

Local development

Run Prisma Postgres locally with prisma dev, then switch to cloud when ready.

Prisma Postgres uses usage-based pricing and includes spend controls.

In Prisma Console, you can track usage, set spend limits, and view billing details.

Billing and Usage dashboard metrics.

Prisma Postgres is based on PostgreSQL v17 and uses a unikernel-based architecture.

Learn more: Prisma Postgres: Building a modern PostgreSQL service.

Note

Postgres, PostgreSQL, and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada and are used with permission.

Edit on GitHub