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 had good vibes only at our AI Builders Happy Hour in Lisbon yesterday! 🥂
It was the best way to wrap up after @lisbonai_ — rooftop views, great conversations, and excellent company. Thanks to those who joined us.

Be sure to check the other events happening at @lisbonaiweek
November 5, 2025 at 4:57 PM
Prisma Config now supports setting your database connection string.

Less boilerplate. Cleaner setup. Ready for Prisma v7.
November 5, 2025 at 10:04 AM
We're moving Prisma configuration out of package.json 📦➡️📄

You can also define your seed command directly in your Prisma config instead of package.json!
November 3, 2025 at 1:57 PM
The Prisma team has landed at the Lisbon AI Conference! 🚀 🇵🇹

Looking forward to meeting everyone and chatting about all things AI, data, and infrastructure at @lisbonai_ and @lisbonaiweek.
November 3, 2025 at 11:56 AM
Your Prisma config just got way more useful.

Now you can wire up migrations and set seed scripts, right from the config!
October 31, 2025 at 10:28 AM
Come meet us at @Oredev next week in Malmö, Sweden. 🛸

Our CEO and co-founder @sorenbs will take the stage and dive into how we run 1 million Postgres databases on a single server using unikernels, and what that means for the future of deployment architecture.⚡

See you there!
October 29, 2025 at 11:56 AM
⚡️ Infrastructure as TypeScript, now with Prisma Postgres!

Create databases, manage connections, and deploy to production - all from a single .ts file with @alchemy_run 🚀

Learn more 👉 pris.ly/alchemy-ppg
October 27, 2025 at 2:14 PM
Saw the Prisma ORM roadmap? Got burning questions about Prisma 7 features or our technical choices?

📆 We're hosting a thread AMA on Thursday, Oct 23, 15:00 CET.

Our engineers will answer live in the thread. Follow us, save the date, prepare your questions, & stay tuned!
October 21, 2025 at 2:04 PM
☝️ Prisma Postgres initially could only be used with Prisma ORM!

However, we understand that preferences vary and some devs want to use other ORMs or DB tools with it!

😎 Soo,... you can now use Prisma Postgres with your favorite ORM or DB tool!

👉 pris.ly/direct-tcp
October 20, 2025 at 12:58 PM
🤖 AI agents are great! When you point them the right way...

We just added an AI prompts section to our docs to help do exactly that.

First up: Astro + Prisma ORM and Prisma Postgres

Check it out 👇
pris.ly/prompts/astro
October 17, 2025 at 9:00 AM
🚀 The new & more flexible `prisma-client` generator is ready for production!

Here's what you get:
✅ ESM-first
✅ No more magic generation into node_modules
✅ Generated code is fully under your control
✅ Flexible configuration for specific runtimes

👉 pris.ly/new-generat...
October 15, 2025 at 9:00 AM
🚀 Direct TCP connections in Prisma Postgres are ready for production!

This means you can now use your favorite DB tool, e.g.:

ORMs
✅ Kysely
✅ Drizzle ORM
✅ TypeORM

GUIs
✅ Postico
✅ TablePlus

... and any other Postgres-compatible tool!

pris.ly/direct-tcp?...
October 14, 2025 at 8:56 AM
Join @MarcHessDev at #CloudflareConnect as he shares how we built a globally distributed database with Cloudflare Workers and Durable Objects, and the lessons we learned scaling fast without losing consistency.

📅 Wed 15 Oct at 11:15am, Developer & AI Track
October 13, 2025 at 7:00 PM
📊 Your Dashboard in Prisma Console now displays new usage metrics for Prisma Postgres:

💡 Key metrics
• Estimated upcoming invoice
• Total storage used
• Total databases

💡 Overall usage
• Cumulative operations
• Operations per day

👉 Try it at console.prisma.io
October 13, 2025 at 8:56 AM
⚡We’re making databases fun and fast at #CloudflareConnect.
Spin up a Prisma Postgres DB in seconds at our booth and win a guaranteed prize from the pool, including these custom Prisma Hydro Flasks.

Because hydration is the original performance boost. 😎💧
October 10, 2025 at 11:02 AM
☁️ We’re heading to #CloudflareConnect in Vegas next week!
Come find us at the Developer Innovation Zone with swag, giveaways, and more.

🙋🏻 Let us know if you’ll be there — or if there’s someone we should meet!
events.cloudflare.com/connect/2025/
October 9, 2025 at 4:00 PM
We're excited to welcome Ezgi Celik to the team as our new Junior Office Manager 🥳

She’s joining the Berlin team to support People Operations and help keep things running smoothly.

Welcome, Ezgi! 👋
October 9, 2025 at 1:02 PM
Our new tool lets you spin up a temporary Postgres DB, edit your schema, and manage data in Prisma Studio, all from your browser with no login or setup.

Bonus: you can also claim the DB if you want to keep it longer!

Short demo 👇
October 7, 2025 at 9:00 AM
👀 Built something cool with Prisma?

🙌 Share it in the community-showcase channel on our Discord.

It’s where developers post real projects, give feedback, and learn from each other’s work.

Join the server and drop your project 👇
pris.ly/discord/var-3
October 3, 2025 at 7:00 AM
We’re pre-gaming for #SFTechWeek this Friday Oct 3 at @CloudflareDev HQ with Snacks & Startups! 🥨

@rtbenfield will give a lightning demo on how Prisma Postgres makes it easy to spin up databases for every AI agent.

🍿Save your seat: luma.com/snacksandst...
September 30, 2025 at 6:57 PM
We released multi-file Prisma schema support a while ago and would love to hear how it’s going.

Tried it out? Hit any snags or have feedback? Let us know!

pris.ly/multi-schema
September 30, 2025 at 12:58 PM
💪 the prisma dev team in the last weeks 🛳️🛳️🛳️
September 26, 2025 at 8:59 AM
If you're building a platform that generates apps, you can now deploy them in a few API calls using @vercel.com and Prisma Postgres.

Try the interactive demo with @nextjs.org + Prisma or Next.js + Better-auth + Prisma 👇
pris.ly/vercel-app-...
September 25, 2025 at 10:58 AM
Want to do full-text search in Postgres with Prisma ORM?

Just enable the `fullTextSearchPostgres` preview feature and filter using `search:`

Like this 👇
September 23, 2025 at 9:01 AM
Our new tool lets you edit your schema and manage data in Prisma Studio, all from your browser.

No login. No setup. Just go! 🚀

Short demo 👇
September 22, 2025 at 12:41 PM