Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ In the case of Prisma, the LLM primarily needs access to the Prisma CLI in order

### Enabling LLMs to call Prisma CLI commands

The Prisma MCP server is quite simple and lightweight—[you can explore it on GitHub](https://github.com/prisma/prisma/blob/main/packages/cli/src/mcp/MCP.ts). It has been packaged as part of the Prisma CLI and can be started with the following command:
The Prisma MCP server is quite simple and lightweight—[you can explore it on GitHub](https://github.com/prisma/orm/blob/main/packages/cli/src/mcp/MCP.ts). It has been packaged as part of the Prisma CLI and can be started with the following command:

```shell
prisma mcp
Expand Down
2 changes: 1 addition & 1 deletion apps/blog/content/blog/agents-md-for-databases/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ They solve different problems. AGENTS.md is instructions: how the agent should b

Copy the block, commit it, and the next time your agent touches the database it knows where scratch databases come from, how to rehearse a migration, and when to stop and ask. Five short rules, and "wait, which database did you just reset?" becomes a question you should rarely have to ask again.

To stay up-to-date about everything that's happening in the Prismaverse, keep an eye on our [changelog](https://www.prisma.io/changelog) and [follow us on X](https://pris.ly/x)! And if you have ideas for how Prisma can be improved, always feel free to open an issue on [GitHub](https://github.com/prisma/prisma) or reach out to us on [Discord](https://pris.ly/discord).
To stay up-to-date about everything that's happening in the Prismaverse, keep an eye on our [changelog](https://www.prisma.io/changelog) and [follow us on X](https://pris.ly/x)! And if you have ideas for how Prisma can be improved, always feel free to open an issue on [GitHub](https://github.com/prisma/orm) or reach out to us on [Discord](https://pris.ly/discord).
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We are thrilled to announce the [Prisma Ambassador Program](https://www.prisma.i

We're continuosly amazed by the awesome content produced by the [Prisma community](https://www.prisma.io/community), be it in the form of example projects, video tutorials or blog articles!

Not to mention how community members support each other in [GitHub Discussions](https://github.com/prisma/prisma/discussions) and on [Stackoverflow](https://stackoverflow.com/questions/tagged/prisma) or have lively discussions and show off their Prisma projects on [Slack](https://slack.prisma.io) (join the [`#showcase`](https://app.slack.com/client/T0MQBS8JG/C565176N6) channel to learn more).
Not to mention how community members support each other in [GitHub Discussions](https://github.com/prisma/orm/discussions) and on [Stackoverflow](https://stackoverflow.com/questions/tagged/prisma) or have lively discussions and show off their Prisma projects on [Slack](https://slack.prisma.io) (join the [`#showcase`](https://app.slack.com/client/T0MQBS8JG/C565176N6) channel to learn more).

{/* <CommunityContribution /> */}

Expand All @@ -38,8 +38,8 @@ While Prisma has become significantly more popular over the past year, we're dee

To make adoption easier and help our users be more successful with Prisma, we ...

- ... provide dedicated community support via [GitHub Discussions](https://github.com/prisma/prisma/discussions) and [Slack](https://slack.prisma.io)
- ... incorporate feedback in our roadmap and release new versions [every two weeks](https://github.com/prisma/prisma)
- ... provide dedicated community support via [GitHub Discussions](https://github.com/prisma/orm/discussions) and [Slack](https://slack.prisma.io)
- ... incorporate feedback in our roadmap and release new versions [every two weeks](https://github.com/prisma/orm)
- ... invest heavily in education e.g. via extensive [documentation](https://www.prisma.io/docs) and [videos](https://pris.ly/youtube)

However, ultimately, **peer to peer feedback is indeed the most influencial approach there is**, and we want to reward those contributors who help spread the word about Prisma.
Expand Down Expand Up @@ -80,7 +80,7 @@ We prize quality over quantity. If you're already building valuable Prisma conte
If you want to become an Ambassador, your mission is to:

- Produce at least 1 piece of content per quarter
- Answer at least 1 question on [GitHub Discussions](https://github.com/prisma/prisma/discussions) or [Stackoverflow](https://stackoverflow.com/questions/tagged/prisma) per quarter
- Answer at least 1 question on [GitHub Discussions](https://github.com/prisma/orm/discussions) or [Stackoverflow](https://stackoverflow.com/questions/tagged/prisma) per quarter
- Attend our quarterly Ambassador Board meetings

The more you contribute the more we'll reward you! You can find more information about the program on the new [Ambassador Program website](https://www.prisma.io/ambassador) and the [FAQs](https://pris.ly/ambassador-faq).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The jungle of existing tools and lack of best practices have two main consequenc

Prisma is an open source database toolkit. It replaces traditional ORMs and makes database access easy with an auto-generated and type-safe query builder for Node.js and TypeScript.

Prisma currently supports **PostgreSQL**, **MySQL** and **SQLite** databases – with more planned. Please create [new GitHub issues](https://github.com/prisma/prisma/issues/new) or subscribe to existing ones (e.g. for [MongoDB](https://github.com/prisma/prisma/issues?q=is%3Aissue+is%3Aopen+mongo) or [DynamoDB](https://github.com/prisma/prisma/issues/1676)) if you'd like to see support for specific databases.
Prisma currently supports **PostgreSQL**, **MySQL** and **SQLite** databases – with more planned. Please create [new GitHub issues](https://github.com/prisma/orm/issues/new) or subscribe to existing ones (e.g. for [MongoDB](https://github.com/prisma/orm/issues?q=is%3Aissue+is%3Aopen+mongo) or [DynamoDB](https://github.com/prisma/orm/issues/1676)) if you'd like to see support for specific databases.

After running the Preview and Beta versions of Prisma 2.0 for almost a year and gathering lots of helpful feedback from our community, we are excited to launch Prisma Client for General Availability 🎉

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ heroImagePath: "/announcing-prisma-2-zq1s745db8i5/imgs/hero-34a26858c7de3cad0d84
heroImageAlt: "Prisma 2 Preview: Type-safe Database Access & Declarative Migrations"
---

We are excited to share the Prisma 2 Preview today. It features a **type-safe database client** ([Photon](https://github.com/prisma/prisma/releases/tag/2.0.0-preview020)) and a **declarative migration system** ([Lift](https://github.com/prisma/prisma/releases/tag/2.0.0-preview020)). Help us improve Prisma 2 by trying it out and sharing your feedback!
We are excited to share the Prisma 2 Preview today. It features a **type-safe database client** ([Photon](https://github.com/prisma/orm/releases/tag/2.0.0-preview020)) and a **declarative migration system** ([Lift](https://github.com/prisma/orm/releases/tag/2.0.0-preview020)). Help us improve Prisma 2 by trying it out and sharing your feedback!

This is an early Preview of Prisma 2. Current [limitations](https://github.com/prisma/prisma2/blob/master/docs/limitations.md) include missing features, limited performance and stability issues. We will address all these limitations before issuing a stable release later this year.

## TLDR

Today we're launching a first Preview of Prisma 2. It consists of two major tools that simplify and modernize database workflows:

- [Photon](https://github.com/prisma/prisma/releases/tag/2.0.0-preview020): A type-safe and auto-generated databases client (_think: ORM_)
- [Lift](https://github.com/prisma/prisma/releases/tag/2.0.0-preview020): Declarative data modeling and database migrations
- [Photon](https://github.com/prisma/orm/releases/tag/2.0.0-preview020): A type-safe and auto-generated databases client (_think: ORM_)
- [Lift](https://github.com/prisma/orm/releases/tag/2.0.0-preview020): Declarative data modeling and database migrations

Photon and Lift can be used _standalone_ or _together_ in your application. Prisma 2 will be running in Preview for a few months. Please try it out and share your feedback!

Expand Down Expand Up @@ -60,8 +60,8 @@ After helping large companies and individual developers solving their data acces

Prisma 2 encompasses two standalone tools to tackle the problems of data access and migrations:

- [**Photon**](https://github.com/prisma/prisma/releases/tag/2.0.0-preview020): A type-safe database client for more efficient and safe database access
- [**Lift**](https://github.com/prisma/prisma/releases/tag/2.0.0-preview020): A modern and declarative migration system with custom workflows
- [**Photon**](https://github.com/prisma/orm/releases/tag/2.0.0-preview020): A type-safe database client for more efficient and safe database access
- [**Lift**](https://github.com/prisma/orm/releases/tag/2.0.0-preview020): A modern and declarative migration system with custom workflows

Let's take a look at Photon and Lift in more detail.

Expand All @@ -71,7 +71,7 @@ Let's take a look at Photon and Lift in more detail.

Photon is a type-safe database client that's auto-generated based on the Prisma data model (which is a representation of your database schema). It provides a powerful and lightweight layer of mapping code you can use to talk to a database in your application.

It has a modern and ergonomic data access API that's tailored to the needs of application developers. You can explore the Photon API on the [Photon site](https://github.com/prisma/prisma/releases/tag/2.0.0-preview020).
It has a modern and ergonomic data access API that's tailored to the needs of application developers. You can explore the Photon API on the [Photon site](https://github.com/prisma/orm/releases/tag/2.0.0-preview020).

### Lift – Declarative data modeling & migrations

Expand Down
2 changes: 1 addition & 1 deletion apps/blog/content/blog/announcing-prisma-6-18-0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags:
- "orm"
---

We just released Prisma [6.18.0](https://github.com/prisma/prisma/releases/tag/6.18.0) with several bug fixes and improvments. Additionally, we added more support for the Prisma Config file to prepare for the next major release of Prisma ORM.
We just released Prisma [6.18.0](https://github.com/prisma/orm/releases/tag/6.18.0) with several bug fixes and improvments. Additionally, we added more support for the Prisma Config file to prepare for the next major release of Prisma ORM.

## In-depth Database Metrics

Expand Down
4 changes: 2 additions & 2 deletions apps/blog/content/blog/announcing-prisma-orm-7-0-0/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ All of this is possible because Prisma Postgres is just standard Postgres, but b

## What else is changing

There’s a lot in this release that we would love to talk about, but then this post would be much longer. We're already grateful you read this far! We’ve spent countless hours working through our backlog of issues and feature requests to address some of the top requested ones, like [mapped enums](https://github.com/prisma/prisma/issues/273?utm_source=blog&utm_content=launch-blog&via=prisma7), updating the minimum version of Node and TypeScript required for projects, as well as a brand new version of Prisma Studio via `npx prisma studio`. You can find **everything** that’s in this release in our changelog, and we have a migrations guide available as well.
There’s a lot in this release that we would love to talk about, but then this post would be much longer. We're already grateful you read this far! We’ve spent countless hours working through our backlog of issues and feature requests to address some of the top requested ones, like [mapped enums](https://github.com/prisma/orm/issues/273?utm_source=blog&utm_content=launch-blog&via=prisma7), updating the minimum version of Node and TypeScript required for projects, as well as a brand new version of Prisma Studio via `npx prisma studio`. You can find **everything** that’s in this release in our changelog, and we have a migrations guide available as well.

## Where to go next

Expand All @@ -120,4 +120,4 @@ For migration guides and additional resources, please check out the links below.
- [Prisma ORM Changelog](https://www.prisma.io/changelog?utm_source=blog&utm_content=launch-blog&via=prisma7)
- [Prisma Postgres](https://www.prisma.io/postgres?utm_source=blog&utm_content=launch-blog&via=prisma7)
- [Prisma ORM](http://prisma.io/orm?utm_source=blog&utm_content=launch-blog&via=prisma7)
- [Prisma ORM repo on GitHub](https://github.com/prisma/prisma?utm_source=blog&utm_content=launch-blog&via=prisma7)
- [Prisma ORM repo on GitHub](https://github.com/prisma/orm?utm_source=blog&utm_content=launch-blog&via=prisma7)
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ With AI-native IDEs, we are all developing apps with remarkable speed. So much s

The [Model-Context-Protocol](https://modelcontextprotocol.io/introduction) (MCP) gives LLMs a way to call APIs and thus access external systems in a well-defined manner. Prisma's MCP server gives LLMs the ability to manage [Prisma Postgres](https://www.prisma.io/postgres) databases (e.g. spin up new database instances or run schema migrations).

We're excited to share that as of [v6.6.0](https://github.com/prisma/prisma/releases/tag/6.6.0), the Prisma CLI now comes with a built-in MCP server that you can integrate in your favorite AI tool using this snippet:
We're excited to share that as of [v6.6.0](https://github.com/prisma/orm/releases/tag/6.6.0), the Prisma CLI now comes with a built-in MCP server that you can integrate in your favorite AI tool using this snippet:

```js
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:

[TypedSQL](https://www.prisma.io/docs/orm/v7/prisma-client/using-raw-sql/typedsql) is a Prisma ORM feature that turns raw SQL queries written in `.sql` files into fully typed TypeScript functions. You write plain SQL, run `prisma generate --sql`, and Prisma ORM generates a function with typed arguments and a typed result that you execute with `$queryRawTyped`. This guide walks through the complete workflow on Prisma ORM 7.

> **Updated (July 2026):** This post originally announced TypedSQL in Prisma ORM [v5.19.0](https://github.com/prisma/prisma/releases/tag/5.19.0). It is now maintained as an evergreen guide. TypedSQL remains a Preview feature in Prisma ORM 7. Every command and code block below was run end-to-end against `prisma@7.8` and `@prisma/client@7.8`, using the `prisma-client` generator and a local [Prisma Postgres](https://www.prisma.io/docs/postgres) database started with `npx prisma dev`.
> **Updated (July 2026):** This post originally announced TypedSQL in Prisma ORM [v5.19.0](https://github.com/prisma/orm/releases/tag/5.19.0). It is now maintained as an evergreen guide. TypedSQL remains a Preview feature in Prisma ORM 7. Every command and code block below was run end-to-end against `prisma@7.8` and `@prisma/client@7.8`, using the `prisma-client` generator and a local [Prisma Postgres](https://www.prisma.io/docs/postgres) database started with `npx prisma dev`.

## How TypedSQL works

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Prisma ORM is the preferred way to work with databases in backend JavaScript app

<Youtube videoId="km9O6_WTtnA" />

We got the first request to support React Native back in 2019, and since then [the issue has gotten more than 300 upvotes](https://github.com/prisma/prisma/issues/5011). We always wanted Prisma to power the data of local apps - both on mobile, web and desktop, so this community interest made sense to us. But we also knew that porting Prisma ORM to mobile wouldn’t cut it. Apps are different than web servers, and to provide excellent DX, we would need to build additional functionality to offer tight integration with the underlying platform. So that’s what we have been doing, and today, we are excited to announce the [Early Access of Prisma ORM for React Native and Expo](https://github.com/prisma/react-native-prisma) 🎉 
We got the first request to support React Native back in 2019, and since then [the issue has gotten more than 300 upvotes](https://github.com/prisma/orm/issues/5011). We always wanted Prisma to power the data of local apps - both on mobile, web and desktop, so this community interest made sense to us. But we also knew that porting Prisma ORM to mobile wouldn’t cut it. Apps are different than web servers, and to provide excellent DX, we would need to build additional functionality to offer tight integration with the underlying platform. So that’s what we have been doing, and today, we are excited to announce the [Early Access of Prisma ORM for React Native and Expo](https://github.com/prisma/react-native-prisma) 🎉 

We have worked with [Expo](https://expo.dev/) to make sure it’s easy to use in an app managed by Expo, and the readme contains documentation to set up Prisma ORM in a React Native app not managed by Expo.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ At Prisma, we believe that Cloudflare is at the forefront of building the future
> You can learn more about how we think about Cloudflare as a partner in improving [Data DX](https://www.datadx.io/) in this blog post: [Developer Experience Redefined: Prisma & Cloudflare Lead the Way to Data DX](https://www.prisma.io/blog/cloudflare-partnership-qerefgvwirjq)
>

[Supporting D1](https://github.com/prisma/prisma/issues/13310) has been one of the most popular feature requests for Prisma ORM on GitHub.
[Supporting D1](https://github.com/prisma/orm/issues/13310) has been one of the most popular feature requests for Prisma ORM on GitHub.

![](/build-applications-at-the-edge-with-prisma-orm-and-cloudflare-d1-preview/imgs/dece55108fc5c399e5466b8dc5d73e8e9509cab0-1480x1696.png)

Expand Down Expand Up @@ -308,4 +308,4 @@ Congratulations, you just deployed a Cloudflare Worker using D1 as a database an

## Try it out today

We would love to hear what you think of the new D1 support in Prisma ORM! Please try it out and share your feedback with us on [GitHub](https://www.github.com/prisma/prisma/tbd) or on [Discord](https://pris.ly/discord). Happy coding ✌️
We would love to hear what you think of the new D1 support in Prisma ORM! Please try it out and share your feedback with us on [GitHub](https://www.github.com/prisma/orm/tbd) or on [Discord](https://pris.ly/discord). Happy coding ✌️
Loading
Loading