npx prisma@latest init --db
📚 http://pris.ly/t/get-started
💬 http://pris.ly/t/discord
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! 🚀
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! 🚀
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.
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.
For example, want to count the total number of queries in your app?
Client Extensions have you covered!
For example, want to count the total number of queries in your app?
Client Extensions have you covered!
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...
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...
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...
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...
Well...there you go 👇
pris.ly/y/typefully...
Well...there you go 👇
pris.ly/y/typefully...
runs your dev database in the background. no more terminal tab just sitting there doing nothing.
runs your dev database in the background. no more terminal tab just sitting there doing nothing.
✨ 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.
✨ 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.
Prisma Postgres:
- Instant spin-up
- Zero cold starts
- Smart global caching
Runs fast, stays out of your way.
pris.ly/postgres
Prisma Postgres:
- Instant spin-up
- Zero cold starts
- Smart global caching
Runs fast, stays out of your way.
pris.ly/postgres
You can use:
- pgvector
- pgcrypto
- fuzzystrmatch
...and more.
Take a look👇
pris.ly/ppg-extensions
You can use:
- pgvector
- pgcrypto
- fuzzystrmatch
...and more.
Take a look👇
pris.ly/ppg-extensions
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.
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.
You can follow the same steps here 📹👇
pris.ly/y/p7-quicks...
You can follow the same steps here 📹👇
pris.ly/y/p7-quicks...
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-...
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-...
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
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
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-...
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-...
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 👇
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 👇
- `--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
- `--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
✅ High-performance routing
🔄 Prismabox auto-generates TypeBox schemas from your Prisma models
🔒 End-to-end type safety
📚 OpenAPI/Eden ready
✅ High-performance routing
🔄 Prismabox auto-generates TypeBox schemas from your Prisma models
🔒 End-to-end type safety
📚 OpenAPI/Eden ready
We've run through these reports and can confirm that there is indeed an issue.
We're fixing this 🙏
We've run through these reports and can confirm that there is indeed an issue.
We're fixing this 🙏
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
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
The goal: skip the boilerplate and get to a working app faster
The prompt 👉 pris.ly/nextjs-ai-p...
The goal: skip the boilerplate and get to a working app faster
The prompt 👉 pris.ly/nextjs-ai-p...
Join us and your judges to see who won the Prisma Hackathon
youtu.be/r6ZffrcLylk
Join us and your judges to see who won the Prisma Hackathon
youtu.be/r6ZffrcLylk
What's one thing you'd love to see improved, added, or explained better?
What's one thing you'd love to see improved, added, or explained better?
Join us as we announce the winners of the Prisma Hackathon.
Can’t wait to share what folks built.
youtu.be/r6ZffrcLylk
Join us as we announce the winners of the Prisma Hackathon.
Can’t wait to share what folks built.
youtu.be/r6ZffrcLylk