npx prisma@latest init --db
📚 http://pris.ly/t/get-started
💬 http://pris.ly/t/discord
Honestly grateful to everyone using it, sharing feedback, and building with it. Thank you ❤️
Honestly grateful to everyone using it, sharing feedback, and building with it. Thank you ❤️
No sign-up, no config, no waiting. You get a connection string, 24 hours to build, and the option to claim it for free if you want to keep it.
No sign-up, no config, no waiting. You get a connection string, 24 hours to build, and the option to claim it for free if you want to keep it.
Coming soon.
Coming soon.
What’s the recommended approach for Prisma ORM generated files?
What’s the recommended approach for Prisma ORM generated files?
30B MoE running ~43 tokens/sec on an Apple M5.
Local LLMs are getting very real.
We shared a full walkthrough for building a local AI SaaS 👇
pris.ly/y/typefully...
30B MoE running ~43 tokens/sec on an Apple M5.
Local LLMs are getting very real.
We shared a full walkthrough for building a local AI SaaS 👇
pris.ly/y/typefully...
Prisma ORM includes all fields by default.
Switching to select only what you need, can lead to major improvements in high traffic applications.
Prisma ORM includes all fields by default.
Switching to select only what you need, can lead to major improvements in high traffic applications.
Prisma Optimize surfaces real query latency, variance, and hidden costs like cold connections. It runs in dev so you can catch issues early before they hit prod.
See what's slowing things down, and why.
pris.ly/docs/optimize
Prisma Optimize surfaces real query latency, variance, and hidden costs like cold connections. It runs in dev so you can catch issues early before they hit prod.
See what's slowing things down, and why.
pris.ly/docs/optimize
So we made a video about it, check it out👇
pris.ly/y/prisma-su...
So we made a video about it, check it out👇
pris.ly/y/prisma-su...
We put together a complete Prisma walkthrough 👇
pris.ly/d/neon-pooling
We put together a complete Prisma walkthrough 👇
pris.ly/d/neon-pooling
What would make it a better space for you?
- Different channels or categories?
- Specific event formats?
- Bot functionalities?
We'd appreciate your thoughts. 🤗
What would make it a better space for you?
- Different channels or categories?
- Specific event formats?
- Bot functionalities?
We'd appreciate your thoughts. 🤗
→ Manage projects, databases & connections as code
→ Direct Postgres access out of the box
→ Multi-region deployments (US, EU, Asia)
→ Connection strings as secure Terraform outputs
`terraform apply` and you're live.
→ Manage projects, databases & connections as code
→ Direct Postgres access out of the box
→ Multi-region deployments (US, EU, Asia)
→ Connection strings as secure Terraform outputs
`terraform apply` and you're live.
- Generate a token in Prisma Console
- Add it to your headers
- Make secure API calls instantly
Full instructions here👇
pris.ly/mgmt-api-yaak
- Generate a token in Prisma Console
- Add it to your headers
- Make secure API calls instantly
Full instructions here👇
pris.ly/mgmt-api-yaak
✅ New compilerBuild option: fast (default) or small
⚡ Raw queries can bypass compilation for less overhead
🛠️ Adapter + reliability fixes (MsSQL, better-sqlite3, mapped enums)
🔒 BigInt precision preserved in relationJoins JSON
✅ New compilerBuild option: fast (default) or small
⚡ Raw queries can bypass compilation for less overhead
🛠️ Adapter + reliability fixes (MsSQL, better-sqlite3, mapped enums)
🔒 BigInt precision preserved in relationJoins JSON
Local test inserting 50 records:
- create() in a loop → 803ms
- createMany() → 129ms
~6x faster with one line change.
Use createMany() for batch inserts.
Local test inserting 50 records:
- create() in a loop → 803ms
- createMany() → 129ms
~6x faster with one line change.
Use createMany() for batch inserts.
You can log the raw SQL and execution time with a few lines:
You can log the raw SQL and execution time with a few lines:
Use relationLoadStrategy: 'join' | 'query':
- join runs a single DB query with joins
- query runs multiple simpler queries
Check it out👇
pris.ly/d/relation-...
Use relationLoadStrategy: 'join' | 'query':
- join runs a single DB query with joins
- query runs multiple simpler queries
Check it out👇
pris.ly/d/relation-...
Thanks to every developer, team, and company building with Prisma Postgres, shipping real apps, and trusting us with real workloads.
Thanks for being part of the journey 💙
Thanks to every developer, team, and company building with Prisma Postgres, shipping real apps, and trusting us with real workloads.
Thanks for being part of the journey 💙
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...