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
Learn More πŸ‘‡
pris.ly/d/migrate-s...
January 15, 2026 at 10:00 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
Find out more about Client Extensions below πŸ‘‡
pris.ly/Vie8h58
January 14, 2026 at 1:57 PM
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
Check out the docs πŸ‘‡
pris.ly/local-ppg
January 8, 2026 at 12:02 PM
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
Checkout our docs on logging πŸ‘‡
pris.ly/d/logging
January 6, 2026 at 2:17 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
Don't see the extension you need?

Let us know here πŸ‘‡
pris.ly/i-want-exte...
Postgres Extensions for Prisma Postgres
tally.so
January 5, 2026 at 2:01 PM
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
Read more on using custom validation πŸ‘‡
pris.ly/d/custom-va...
January 2, 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
Read the guide πŸ‘‡
pris.ly/elysia-guide
December 17, 2025 at 10:02 AM