Prisma's Avatar

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

617
Followers
9
Following
824
Posts
05.05.2023
Joined
Posts Following

Latest posts by Prisma @prisma.io

Preview
Rebuilding the Prisma Docs: A New Framework, Design, and Structure Learn how the Prisma team rebuilt their docs from scratch using Fumadocs, improved search with Mixedbread, and launched without disrupting day-to-day work.

ICYMI: we rebuilt our docs!

- New design
- Better search & AI chat
- Cleaner navigation
- Versioned docs

Read about how we pulled it off without taking anything down πŸ‘‡
pris.ly/b/docs-rebuild

10.03.2026 13:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Join the Prisma Discord Server! The official Discord for the Prisma ORM and Prisma Data Platform! Learn more at https://prisma.io

come hang out with us on Discord for live Q&A, AI support, direct access to our team, and help from the community πŸ‘‡
pris.ly/discord

09.03.2026 09:58 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

thank you so much for being a part of our community!! πŸ’š

09.03.2026 09:58 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - prisma/prisma-next Contribute to prisma/prisma-next development by creating an account on GitHub.

If you want to stay close to the work, star and watch the repo ⭐️
pris.ly/pn-gh

04.03.2026 14:03 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
The Next Evolution of Prisma ORM Today, we're excited to share what we've been working on the last few months: Prisma Next, a new foundation for Prisma ORM written fully in TypeScript.

We're building it in the open, and we want to hear from you πŸ‘‡
pris.ly/pn-anouncem...

04.03.2026 14:03 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

Today, we’re sharing our vision for a new foundation for Prisma ORM.

It keeps the experience you love and sets the direction for a more composable, extensible, agent-ready future!

We'll let the code speak for itself ✨

04.03.2026 14:03 πŸ‘ 4 πŸ” 2 πŸ’¬ 2 πŸ“Œ 1
Video thumbnail

πŸ‘€ 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

02.03.2026 17:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Transactions and batch queries (Reference) This page explains the transactions API of Prisma Client.

Learn everything about transactions in detail πŸ‘‡
pris.ly/transactions

26.02.2026 10:02 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Interactive transactions (prisma.$transaction) are powerful. You get a transaction-exclusive client for multiple operations, with a rollback guarantee.

It keeps your complex operations clean and safe.

26.02.2026 10:02 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

😬

25.02.2026 11:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

β€œWhy is our usage up this week?”
β€œWhat’s our bill going to look like?”

We built something to answer that in one place…
Check out the workspace metrics, available on all plans.
www.prisma.io/postgres

24.02.2026 14:02 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
How to use Prisma 7 with Bun (step by step)
How to use Prisma 7 with Bun (step by step) Learn how to use Prisma (v7) with Bun in this complete step-by-step tutorial.In this video, I walk through setting up Prisma with Bun, configuring the databa...

Here’s a full walkthrough to take you from zero to working setup.
Step by step πŸ‘‡
youtu.be/gE6l4eX0v_I

24.02.2026 10:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

@bunjavascript + Prisma is such a smooth combo: fast, lightweight, and just works.

If you're thinking of trying it out, here's a quick starter guide πŸ‘‡

24.02.2026 10:00 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

Ever land on docs and realize you’re reading the wrong version?

The new docs include a version selector so you can switch between v6 and v7 instantly and focus on what you actually need.

23.02.2026 12:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Prisma ORM v7.4: Query Caching & Performance Boost Prisma ORM v7.4 introduces query caching, partial indexes, and BigInt precision fixesβ€”delivering significant performance improvements under load.

Take a look at the details an the other features in ORM 7.4 in our latest blog

pris.ly/ZIyYveN

20.02.2026 16:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image

The result:

⚑ 0.1–1ms -> 1–10Β΅s per query
πŸ“ˆ Higher throughput
πŸ“‰ Lower latency
🎯 ~100% cache hit rate in typical apps

Under concurrency, the difference is significant.

20.02.2026 16:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

In v7.4, we introduced a schema-aware query caching layer.

Instead of having to rebuild your query on every run, Prisma now:

β€’ Parameterizes dynamic values
β€’ Reuses the static query structure
β€’ Avoids repeated compilation work

20.02.2026 16:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image Post image

In v6, queries happened in a separate Rust-based thread.
In v7, queries happens in the JavaScript event loop.

Individually, each query is able to run fast (0.1–1ms per query).

Under load though, there is an increase in latency due to the single threaded nature of the JavaScript

20.02.2026 16:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

When we shipped Prisma ORM v7, we moved away from Rust to simplify the architecture and invest in long-term flexibility.

But it came with a trade-off: performance under high concurrency.

20.02.2026 16:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Prisma CLI reference This page gives an overview of all available Prisma CLI commands, explains their options and shows numerous usage examples.

Learn more πŸ‘‡
pris.ly/d/debug

20.02.2026 14:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

You can use prisma debug to quickly see the exact runtime context that helps troubleshoot Prisma issues, including config and schema paths, engine cache location, env var status, and whether CI/interactive mode is detected.

20.02.2026 14:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - prisma/docs-legacy: πŸ“š Prisma Documentation πŸ“š Prisma Documentation. Contribute to prisma/docs-legacy development by creating an account on GitHub.

Want to use the old docs?

We’ve forked them as legacy whenever you need them.
github.com/prisma/docs...

19.02.2026 11:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

The Management API now has its own section, built on a full OpenAPI spec.

Browse endpoints, inspect schemas, and grab what you need.

19.02.2026 11:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

Switch between v6 and v7 instantly.

Read the docs for the version you’re actually using.

19.02.2026 11:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

We rebuilt our docs.

New design, new features, and a lot less noise.

Built using Fumadocs by @fuma_nama

A few highlights below 🧡
pris.ly/docs

19.02.2026 11:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0
Preview
Skill for prisma/skills Skills for prisma/skills

Browse and pick individual skills here:

skills.sh/prisma/skills

17.02.2026 12:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Prisma Skills are here.

Prisma 7 changed a lot. Your AI agent doesn't know that yet.

β†’ bunx skills add prisma/skills

17.02.2026 12:03 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Release 7.4.0 Β· prisma/prisma Today, we are excited to share theΒ 7.4.0Β stable releaseΒ πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” orΒ follow us on X! Highlights ORM Caching in Prisma Clien...

Prisma ORM v7.4.0 is out!

This release introduces a new caching layer to speed up query execution. We’ve been testing and measuring it internally for a while now, and it’s ready to ship.

If you’re running Prisma ORM in production, upgrade today!

Full details in the changelog:
pris.ly/q9ckZ2x

11.02.2026 17:55 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Prisma Client API API reference documentation for Prisma Client.

Checkout out Prisma Client's full api reference πŸ‘‡
pris.ly/d/client

11.02.2026 10:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

findUnique is great, but what if a record must exist?

Use findUniqueOrThrow().

It cleans up your code by automatically throwing a Prisma.NotFoundError when nothing is found.

11.02.2026 10:04 πŸ‘ 1 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0