PRISMA postgres®

Get Postgres in an Instant

Get Postgres in an Instant

Spin up a production-ready Postgres database in seconds. Get always-on performance, even after scaling to zero.

Blazing-fast from the first request on, all the way to thousands per second—serverless done right.

Spin up a production-ready Postgres database in seconds. Get always-on performance, even after scaling to zero.

Blazing-fast from the first request on, all the way to thousands per second—serverless done right.

Databases

12

Showing

3 of 12

Add database +

Databases

12

Showing

3 of 12

Add database +

Caching

await prisma.user.findMany({

where: { published: true },

cacheStrategy: {

ttl: 60,

swr: 60

}

});

Caching

await prisma.user.findMany({

where: { published: true },

cacheStrategy: {

ttl: 60,

swr: 60

}

});

prisma accelerate
prisma accelerate

Redefining how your database works

Redefining how your database works

Add query-level cache strategies with one line of code to serve data fast from our global edge network.

Unikernel-powered microVMs, running on bare-metal servers, maximize Postgres performance.

Add query-level cache strategies with one line of code to serve data fast from our global edge network.

Unikernel-powered microVMs, running on bare-metal servers, maximize Postgres performance.

prisma optimize

A collaborative console experience for your team

A collaborative console experience for your team

Get AI powered recommendations to optimize query performance, or explore and manipulate your data with our built-in visual editor. Built to serve your whole team working together.

Get AI powered recommendations to optimize query performance, or explore and manipulate your data with our built-in visual editor. Built to serve your whole team working together.

Query

Latency (ms)

Error

Seen at

user.findMany({ select: { email: true, links: { select: { url: true, visits

3.30

-

1:03:03 PM, 7/10/2024

user.create({ data: { email: ? } })

0.55

-

1:03:03 PM, 7/10/2024

user.create({ data: { email: "1720609383850xyz" } })

1.51

-

1:03:03 PM, 7/10/2024

user.deleteMany()

9.16

-

1:03:03 PM, 7/10/2024

Query

Latency (ms)

Error

Seen at

user.findMany({ select: { email: true, links: { select: { url: true, visits

3.30

-

1:03:03 PM, 7/10/2024

user.create({ data: { email: ? } })

0.55

-

1:03:03 PM, 7/10/2024

user.create({ data: { email: "1720609383850xyz" } })

1.51

-

1:03:03 PM, 7/10/2024

user.deleteMany()

9.16

-

1:03:03 PM, 7/10/2024

Query

Latency (ms)

Error

Seen at

user.findMany({ select: { email: true, links: { select: { url: true, visits

3.30

-

1:03:03 PM, 7/10/2024

user.create({ data: { email: ? } })

0.55

-

1:03:03 PM, 7/10/2024

user.create({ data: { email: "1720609383850xyz" } })

1.51

-

1:03:03 PM, 7/10/2024

user.deleteMany()

9.16

-

1:03:03 PM, 7/10/2024

query.sql

schema.prisma

feature.tsx

import { PrismaClient } from 'prisma/client'
import { TypedSql } from 'prisma/client/runtime/library'

const prisma = new PrismaClient()

async function main() {
const users = await prisma.user.findMany({
where: {
email: {
endsWith: '@prisma.io',
},
},
})

query.sql

schema.prisma

feature.tsx

import { PrismaClient } from 'prisma/client'
import { TypedSql } from 'prisma/client/runtime/library'

const prisma = new PrismaClient()

async function main() {
const users = await prisma.user.findMany({
where: {
email: {
endsWith: '@prisma.io',
},
},
})

prisma orm

Maximum 

developer productivity

Maximum 

developer productivity

The ORM you know and love: fully type-safe queries, easy schema management, migrations and auto-completion. Integrated with the tools you're already using.

The ORM you know and love: fully type-safe queries, easy schema management, migrations and auto-completion. Integrated with the tools you're already using.

TRUSTED BY MORE THAN 500K ACTIVE devs
  • “Thanks to Prisma, we can seamlessly scale our applications without concerns about data layer performance ”

    Matti Nannt

    Co-Founder

    |

    Formbricks

  • "Entire SaaS businesses have been built on top of the Prisma ecosystem— including OSS ones like Dub.co. Loving the recent performance improvements as well 🔥"

    Steven Tey

    Founder

    |

    Dub.co

  • "With Prisma, we migrated a core production system from MySQL to SQL Server with zero downtime just by swapping a few references and updating our Prisma schema. I can't imagine building systems without it."

    Niko Guerra

    Senior Backend Engineer

    |

    Lush

  • "Prisma helps us unify data access from multiple enterprise systems into a single API. It means we can move very quickly whilst staying flexible."

    Tom Hutchinson

    Head of Mobile

    |

    Rapha

  • “We adopted Prisma conventions as our standard, and it saves lots of time having from reinventing things ourselves.”

    Yuval Hazaz

    CEO

    |

    Amplication

  • "Prisma has a low learning curve. Productivity becomes higher because it gets combined with end-to-end type-safety using TypeScript."

    Ricardo Almeida

    Software Engineer

    |

    Grover

  • "I have been using Prisma since day one, and it has become my number-one choice for ORM. It’s the default in @supastarter, and the DX of Prisma is just unbeaten"

    Jonathan Wilke

    Frontend dev

    |

    Juniqe

  • "Prisma Accelerate handled 670,000+ webhooks from Shopify when the orders webhook from 2022/23 was fired and it costed us about $11 to handle it all."

    Harshdeep Singh Hura

    App developer

    |

    Spotify

  • "I like how the Prisma docs made it easy to jump straight into using it without needing to do a huge amount of reading, and I instantly felt the benefits."

    Daniel Cranney

    Developer Advocate

    |

    WeAreDevs

TRUSTED BY MORE THAN 500K ACTIVE devs
  • “Thanks to Prisma, we can seamlessly scale our applications without concerns about data layer performance ”

    Matti Nannt

    Co-Founder

    |

    Formbricks

  • "Entire SaaS businesses have been built on top of the Prisma ecosystem— including OSS ones like Dub.co. Loving the recent performance improvements as well 🔥"

    Steven Tey

    Founder

    |

    Dub.co

  • "With Prisma, we migrated a core production system from MySQL to SQL Server with zero downtime just by swapping a few references and updating our Prisma schema. I can't imagine building systems without it."

    Niko Guerra

    Senior Backend Engineer

    |

    Lush

  • "Prisma helps us unify data access from multiple enterprise systems into a single API. It means we can move very quickly whilst staying flexible."

    Tom Hutchinson

    Head of Mobile

    |

    Rapha

  • “We adopted Prisma conventions as our standard, and it saves lots of time having from reinventing things ourselves.”

    Yuval Hazaz

    CEO

    |

    Amplication

  • "Prisma has a low learning curve. Productivity becomes higher because it gets combined with end-to-end type-safety using TypeScript."

    Ricardo Almeida

    Software Engineer

    |

    Grover

TRUSTED BY MORE THAN 500K ACTIVE devs
  • “Thanks to Prisma, we can seamlessly scale our applications without concerns about data layer performance ”

    Matti Nannt

    Co-Founder

    |

    Formbricks

  • "Entire SaaS businesses have been built on top of the Prisma ecosystem— including OSS ones like Dub.co. Loving the recent performance improvements as well 🔥"

    Steven Tey

    Founder

    |

    Dub.co

  • "With Prisma, we migrated a core production system from MySQL to SQL Server with zero downtime just by swapping a few references and updating our Prisma schema. I can't imagine building systems without it."

    Niko Guerra

    Senior Backend Engineer

    |

    Lush

  • "Prisma helps us unify data access from multiple enterprise systems into a single API. It means we can move very quickly whilst staying flexible."

    Tom Hutchinson

    Head of Mobile

    |

    Rapha

  • “We adopted Prisma conventions as our standard, and it saves lots of time having from reinventing things ourselves.”

    Yuval Hazaz

    CEO

    |

    Amplication

  • "Prisma has a low learning curve. Productivity becomes higher because it gets combined with end-to-end type-safety using TypeScript."

    Ricardo Almeida

    Software Engineer

    |

    Grover

  • "I have been using Prisma since day one, and it has become my number-one choice for ORM. It’s the default in @supastarter, and the DX of Prisma is just unbeaten"

    Jonathan Wilke

    Frontend dev

    |

    Juniqe

  • "Prisma Accelerate handled 670,000+ webhooks from Shopify when the orders webhook from 2022/23 was fired and it costed us about $11 to handle it all."

    Harshdeep Singh Hura

    App developer

    |

    Spotify

  • "I like how the Prisma docs made it easy to jump straight into using it without needing to do a huge amount of reading, and I instantly felt the benefits."

    Daniel Cranney

    Developer Advocate

    |

    WeAreDevs

Ready to try Prisma?

Deploy a Postgres database in an instant to experience the power of Prisma. Free to get started, no credit card needed.

PRODUCTS

ORM

Accelerate

Pulse

Pricing

Changelog

Data Platform status ↗

RESOURCES

Docs

Ecosystem

Playground ↗

Customer stories

Data Guide

CONTACT US

Community

Support

Enterprise

Partners

OSS Friends

COMPANY

About

Blog

Data DX ↗

Careers

Legal

angle-down

NEWSLETTER

© 2025 Prisma Data, Inc.

GDPR

HIPAA

COMPLIANT

27001

SOC 2

TYPE II

CERTIFIED

PRODUCTS

ORM

Accelerate

Pulse

Pricing

Changelog

Data Platform status ↗

RESOURCES

Docs

Ecosystem

Playground ↗

Customer stories

Data Guide

CONTACT US

Community

Support

Enterprise

Partners

OSS Friends

COMPANY

About

Blog

Data DX ↗

Careers

Legal

angle-down

NEWSLETTER

© 2025 Prisma Data, Inc.

GDPR

HIPAA

COMPLIANT

27001

SOC 2

TYPE II

CERTIFIED

PRODUCTS

ORM

Accelerate

Pulse

Pricing

Changelog

Data Platform status ↗

RESOURCES

Docs

Ecosystem

Playground ↗

Customer stories

Data Guide

CONTACT US

Community

Support

Enterprise

Partners

OSS Friends

COMPANY

About

Blog

Data DX ↗

Careers

Legal

angle-down

NEWSLETTER

© 2025 Prisma Data, Inc.

GDPR

HIPAA

COMPLIANT

27001

SOC 2

TYPE II

CERTIFIED

Create a free website with Framer, the website builder loved by startups, designers and agencies.