Prisma
banner
prisma.io
Prisma
@prisma.io
From idea to scale. Simplified. Modern serverless db, ORM & more.

npx prisma@latest init --db

📚 http://pris.ly/t/get-started
💬 http://pris.ly/t/discord
We’re excited to welcome Luiz Martins to the team.

Luiz joins us as a Senior Software Engineer, bringing ~20 years of experience across finance, SaaS, & most recently, AWS. His expertise in scaling complex systems is a massive win for our infra as we continue to grow.

Welcome, Luiz! 🚀
January 16, 2026 at 10:04 AM
Shadow database does two things:

1. Detects drift (did someone manually change the dev database?)
2. Validates new migrations (will this cause data loss?)

Only after passing both checks does the migration touch your actual data.

Automatic, temporary, and essential.
January 15, 2026 at 10:00 AM
Client Extensions are often overlooked in Prisma ORM, but allow you to extend Prisma Client to include any custom logic you might want to add.

For example, want to count the total number of queries in your app?
Client Extensions have you covered!
January 14, 2026 at 1:57 PM
🟠 Want to use the Prisma Postgres Management API in Postman?

We wrote a guide to help you get started with OAuth2, access tokens, and your first request.

✅ Pre-filled callback
✅ Auth flow handled in Postman
✅ POST /projects ready to test

Full guide here👇
pris.ly/mgmt-api-po...
January 14, 2026 at 10:00 AM
🌙 If Insomnia is your API client of choice, we’ve got you covered.

This guide shows how to set up the Prisma Postgres Management API using Insomnia’s built-in OAuth2 support.

- Configure auth and scopes
- Fetch tokens in-app
- Send project creation requests

Check it out👇
pris.ly/mgmt-api-in...
January 13, 2026 at 10:04 AM
What if you could build a full SaaS app, like Typefully, but keep it 100% local?
Well...there you go 👇
pris.ly/y/typefully...
Build a Tweet SaaS with Next.js, Prisma Postgres, and Ollama | Prisma Documentation
A complete vibe coding tutorial: build a tweet polishing app from scratch using Next.js, Prisma ORM, Prisma Postgres, UploadThing, and a local LLM with Ollama.
pris.ly
January 12, 2026 at 9:57 AM
prisma dev now has a --detach flag

runs your dev database in the background. no more terminal tab just sitting there doing nothing.
January 8, 2026 at 12:02 PM
Debug like a pro with Prisma logging 🎯

✨ See raw SQL queries
✨ Track query duration
✨ Monitor errors in real time
✨ Subscribe to custom events

Two modes: simple stdout or event-based for advanced use cases.
January 6, 2026 at 2:17 PM
The best kind of infra is the one you don’t think about.

Prisma Postgres:
- Instant spin-up
- Zero cold starts
- Smart global caching

Runs fast, stays out of your way.
pris.ly/postgres
Prisma Postgres | Instant Global Databases
Free to start, no setup, no commitments. Easily grow your database as your app scales.
www.prisma.io
January 6, 2026 at 9:58 AM
Did you know Prisma Postgres supports Postgres extensions?

You can use:
- pgvector
- pgcrypto
- fuzzystrmatch
...and more.

Take a look👇
pris.ly/ppg-extensions
Postgres Extensions
Visit www.prisma.io/docs/postgres/database/postgres-extensions
pris.ly
January 5, 2026 at 2:01 PM
Prisma + Zod 4 = automatic validation 🚀

Your TypeScript types don't exist at runtime.

API requests aren’t validated.
Form submissions aren’t either.

Zod fixes that.

Prisma Client extensions make it automatic. Every create, every update, validated.
January 2, 2026 at 2:01 PM
From an empty folder to a full Prisma 7 app running on Prisma Postgres in 5 minutes.
You can follow the same steps here 📹👇
pris.ly/y/p7-quicks...
Prisma ORM + Prisma Postgres: 5-Minutes Quickstart
How to get started with Prisma ORM and Prisma Postgres in a few minutes !
pris.ly
December 30, 2025 at 10:04 AM
Prisma + Nuxt = 💚

Auto import Prisma Client in all your API routes. Type safe queries from backend to frontend. Deploy to Vercel in seconds.

Get started 👇
pris.ly/guide/nuxt-...
Build a Nuxt app with Prisma ORM and Prisma Postgres | Prisma Documentation
A step-by-step guide to setting up and using Prisma ORM and Prisma Postgres with the Prisma Nuxt module and deploying to Vercel.
pris.ly
December 22, 2025 at 10:02 AM
We're closing in on 10,000 members in the Prisma Discord 👀

If you're into databases, TypeScript, or just building cool stuff, this is the place to be.

And member number 10,000 gets a little something special from us 🎁

Join now!
pris.ly/discord
Join the Prisma Discord Server!
The official Discord for the Prisma ORM and Prisma Data Platform! Learn more at https://prisma.io
pris.ly
December 19, 2025 at 1:45 PM
Ever wanted to build and deploy your own SaaS with AI?

We’ve put together a step-by-step guide using Next.js, Clerk for authentication, Prisma 7, Vercel for deployment, and a touch of AI to speed things up.

Would love to see what you build 👇
pris.ly/y/linktree-...
Build a Linktree Clone SaaS with Next.js, Prisma Postgres, and Clerk Auth | Prisma Documentation
A complete vibe coding tutorial: build a full Linktree clone SaaS application from scratch using Next.js, Prisma ORM, Prisma Postgres, and Clerk authentication with AI assistance.
pris.ly
December 19, 2025 at 9:29 AM
Prisma 7.2 is out 🔥

We’ve improved error messages when using the env() helper.

If a required env var is missing during "prisma generate", you’ll now get a clear, explicit error instead of a vague config failure 👇
December 18, 2025 at 1:01 PM
Prisma ORM 7.2.0 just shipped 👋

- `--url` flag is back in the Prisma CLI
- Better `prisma init` output for @nodejs.org and @bun.sh
- Less friction with `prisma generate`
- Fixed a nasty `@db.Money` bug

Full rundown 👇
pris.ly/QVOmKRY
Prisma ORM 7.2.0 Released: CLI Improvements, Bug Fixes & Better Configs
Prisma ORM 7.2.0 is out with key improvements: the return of the --url flag, smarter prisma init configs for Node and Bun, better CLI errors, and fixes for @db.Money. Upgrade today.
www.prisma.io
December 17, 2025 at 5:57 PM
Building REST APIs with @elysiaJS? Our new guide shows how to integrate it with Prisma ORM.

✅ High-performance routing
🔄 Prismabox auto-generates TypeBox schemas from your Prisma models
🔒 End-to-end type safety
📚 OpenAPI/Eden ready
December 17, 2025 at 10:02 AM
Some folks are seeing slower performance in Prisma 7 when compared to Prisma 6.

We've run through these reports and can confirm that there is indeed an issue.

We're fixing this 🙏
December 16, 2025 at 1:58 PM
Need to run Prisma ORM with @bunjavascript?

We've got you covered. In the guide below, you'll see how to:

✅ Use the new Rust-free Prisma Client
✅ Connect to Prisma Postgres using driver adapters
✅ Build a deployable Bun executable

Get started👇
pris.ly/guide/bun
How to use Prisma ORM and Prisma Postgres with Bun | Prisma Documentation
Learn how to use Prisma ORM in a Bun application with Prisma Postgres
pris.ly
December 16, 2025 at 12:03 PM
We put together a simple guide for spinning up Next.js + Prisma + Prisma Postgres with a single prompt 🪄

The goal: skip the boilerplate and get to a working app faster

The prompt 👉 pris.ly/nextjs-ai-p...
How to Initialize an NextJS App with Prisma ORM and Prisma Postgres | Prisma Documentation
Step-by-step guide for integrating Prisma ORM and Prisma Postgres in an NextJS project.
pris.ly
December 12, 2025 at 1:59 PM
Yesterday’s Claude Code Anonymous in Berlin was fantastic. Thank you to everyone who showed up for the talks and the conversations 🙌
December 11, 2025 at 2:56 PM
Happening in one hour!

Join us and your judges to see who won the Prisma Hackathon

youtu.be/r6ZffrcLylk
Prisma 7 Hackathon
### 🙌 Stay in the loopIf you find this helpful:* *Subscribe* for more Prisma tutorials, deep dives, and release overviews* *Like* the video to help others d...
www.youtube.com
December 10, 2025 at 4:56 PM
🤔 We're planning a docs refresh.

What's one thing you'd love to see improved, added, or explained better?
December 10, 2025 at 9:58 AM
We got something exciting planned for tomorrow!

Join us as we announce the winners of the Prisma Hackathon.
Can’t wait to share what folks built.

youtu.be/r6ZffrcLylk
Prisma 7 Hackathon
### 🙌 Stay in the loopIf you find this helpful:* *Subscribe* for more Prisma tutorials, deep dives, and release overviews* *Like* the video to help others d...
www.youtube.com
December 9, 2025 at 9:43 PM