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! π
pris.ly/d/migrate-s...
pris.ly/d/migrate-s...
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.
pris.ly/Vie8h58
pris.ly/Vie8h58
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...
pris.ly/local-ppg
pris.ly/local-ppg
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.
pris.ly/d/logging
pris.ly/d/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.
β¨ 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
pris.ly/d/custom-va...
pris.ly/d/custom-va...
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-...
pris.ly/blog/7-2-0
pris.ly/blog/7-2-0
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
pris.ly/elysia-guide
pris.ly/elysia-guide