Skip to content
Open
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 @@ -76,7 +76,7 @@ For more info, visit the Prisma Postgres docs: https://pris.ly/ppg-docs

Once this command terminated:

- You're logged into Prisma Data Platform.
- You're logged into Prisma Developer Platform.
- A new Prisma Postgres instance was created.
- The `prisma/` folder was created with an empty `schema.prisma` file.
- The `DATABASE_URL` env var was set in a `.env` file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can accomplish this migration in four steps:
## Prerequisites

- The connection URL to your existing MySQL database.
- A [Prisma Data Platform](https://console.prisma.io) account.
- A [Prisma Developer Platform](https://console.prisma.io) account.
- Node.js 18+ installed.
- [pgloader](https://pgloader.io/) installed.

Expand All @@ -34,7 +34,7 @@ We recommend attempting this migration in a separate git development branch.

Follow these steps to create a new Prisma Postgres database:

1. Log in to [Prisma Data Platform](https://console.prisma.io/) and open the Console.
1. Log in to [Prisma Developer Platform](https://console.prisma.io/) and open the Console.
1. In a [workspace](/v6/platform/about#workspace) of your choice, click the **New project** button.
1. Type a name for your project in the **Name** field, e.g. **hello-ppg**.
1. In the **Prisma Postgres** section, click the **Get started** button.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In the third step, you will be using a [direct connection](/v6/postgres/database
## Prerequisites

- The connection URL to your existing PostgreSQL database
- A [Prisma Data Platform](https://console.prisma.io) account
- A [Prisma Developer Platform](https://console.prisma.io) account
- Node.js 18+ installed
- PostgreSQL CLI Tools (`pg_dump`, `pg_restore`) for creating and restoring backups

Expand All @@ -33,7 +33,7 @@ Prisma Postgres runs PostgreSQL 17. Your `pg_dump` and `pg_restore` tools need t

Follow these steps to create a new Prisma Postgres database:

1. Log in to [Prisma Data Platform](https://console.prisma.io/) and open the Console.
1. Log in to [Prisma Developer Platform](https://console.prisma.io/) and open the Console.
1. In a [workspace](/v6/platform/about#workspace) of your choice, click the **New project** button.
1. Type a name for your project in the **Name** field, e.g. **hello-ppg**.
1. In the **Prisma Postgres** section, click the **Get started** button.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DATABASE_URL="postgresql://hostname:password@db.prisma.io:5432/postgres?sslmode=

:::

The database created is temporary and will be deleted in 24 hours unless claimed. Claiming moves the database into your [Prisma Data Platform](https://console.prisma.io) account. Visit the claim URL from the output to keep your database.
The database created is temporary and will be deleted in 24 hours unless claimed. Claiming moves the database into your [Prisma Developer Platform](https://console.prisma.io) account. Visit the claim URL from the output to keep your database.

:::note

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ DATABASE_URL="postgresql://hostname:password@db.prisma.io:5432/postgres?sslmode=

:::

The database created is temporary and will be deleted in 24 hours unless claimed. Claiming moves the database into your [Prisma Data Platform](https://console.prisma.io) account. Visit the claim URL from the output to keep your database.
The database created is temporary and will be deleted in 24 hours unless claimed. Claiming moves the database into your [Prisma Developer Platform](https://console.prisma.io) account. Visit the claim URL from the output to keep your database.

:::note

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ DATABASE_URL="postgresql://hostname:password@db.prisma.io:5432/postgres?sslmode=

:::

The database created is temporary and will be deleted in 24 hours unless claimed. Claiming moves the database into your [Prisma Data Platform](https://console.prisma.io) account. Visit the claim URL from the output to keep your database.
The database created is temporary and will be deleted in 24 hours unless claimed. Claiming moves the database into your [Prisma Developer Platform](https://console.prisma.io) account. Visit the claim URL from the output to keep your database.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🌐 Web query:

Prisma console.prisma.io current platform name branding 2026

💡 Result:

As of February 24, 2026, console.prisma.io is branded as Prisma Console (“Console” in Prisma’s docs). (prisma.io)

In Prisma’s current branding/docs, Prisma Console is the web platform used to manage/configure Prisma’s hosted products (notably Prisma Accelerate, Prisma Optimize, and Prisma Postgres). (prisma.io)

Citations:


🏁 Script executed:

# Search for the other two files mentioned in the review
fd -t f "kysely.mdx|drizzle-orm.mdx" --exec grep -n "Prisma Developer Platform" {} +

Repository: prisma/web

Length of output: 1496


🏁 Script executed:

# Also check the specific line ranges mentioned
fd -t f "kysely.mdx" -x sed -n '120,125p' {}

Repository: prisma/web

Length of output: 569


🏁 Script executed:

fd -t f "drizzle-orm.mdx" -x sed -n '95,100p' {}

Repository: prisma/web

Length of output: 569


Update branding references to match console.prisma.io's actual label.

The docs now reference "Prisma Developer Platform", but the console itself is currently branded as Prisma Console in Prisma's documentation. A reader clicking the link will encounter a mismatch between the label in the docs and the actual page title.

This affects three files:

  • typeorm.mdx line 106
  • kysely.mdx line 122
  • drizzle-orm.mdx line 97

Either update all three references to "Prisma Console" or align the console's branding documentation with this new label before shipping.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@apps/docs/content/docs.v6/`(index)/prisma-postgres/quickstart/typeorm.mdx at
line 106, Replace the label text "[Prisma Developer
Platform](https://console.prisma.io)" with "Prisma Console" (keeping the same
URL) where it appears in the docs to match the actual site branding;
specifically locate the exact link text instance and update it in the affected
files (the instance currently reading "[Prisma Developer
Platform](https://console.prisma.io)" in typeorm.mdx, kysely.mdx, and
drizzle-orm.mdx) so the displayed anchor text reads "Prisma Console" while
preserving the URL.


:::note

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs.v6/accelerate/caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metaTitle: 'Accelerate: Caching'
metaDescription: Learn everything you need to know to use Accelerate's global database caching.
---

Prisma Accelerate provides global caching for read queries using TTL, Stale-While-Revalidate (SWR), or a combination of both. It's included as part of Prisma Postgres, but can also be used with your own database by enabling Accelerate in the [Prisma Data Platform](https://console.prisma.io?utm_source=docs) and [configuring it with your database](/v6/accelerate/getting-started).
Prisma Accelerate provides global caching for read queries using TTL, Stale-While-Revalidate (SWR), or a combination of both. It's included as part of Prisma Postgres, but can also be used with your own database by enabling Accelerate in the [Prisma Developer Platform](https://console.prisma.io?utm_source=docs) and [configuring it with your database](/v6/accelerate/getting-started).

This content has moved — learn more on the updated [Caching in Accelerate](/v6/postgres/database/caching) page.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metaTitle: 'Prisma Accelerate: Connection Pooling'
metaDescription: Learn about everything you need to know to use Accelerate's connection pooling.
---

Accelerate provides built-in connection pooling to efficiently manage database connections. It's included as part of [Prisma Postgres](/v6/postgres), but you can also use it with your own database by enabling Accelerate in the [Prisma Data Platform](https://console.prisma.io?utm_source=docs) and [connecting it to your database](/v6/accelerate/getting-started).
Accelerate provides built-in connection pooling to efficiently manage database connections. It's included as part of [Prisma Postgres](/v6/postgres), but you can also use it with your own database by enabling Accelerate in the [Prisma Developer Platform](https://console.prisma.io?utm_source=docs) and [connecting it to your database](/v6/accelerate/getting-started).
This page has moved, connection pooling in Prisma Accelerate is now documented in the [Prisma Postgres section](/v6/postgres/database/connection-pooling).
4 changes: 2 additions & 2 deletions apps/docs/content/docs.v6/accelerate/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ metaDescription: Learn how to get up and running with Prisma Accelerate.

To get started with Accelerate, you will need the following:

- A [Prisma Data Platform account](https://console.prisma.io)
- A [Prisma Developer Platform account](https://console.prisma.io)
- A project that uses [Prisma Client](/v6/orm/prisma-client/setup-and-configuration/introduction) `4.16.1` or higher. If your project is using interactive transactions, you need to use `5.1.1` or higher. (We always recommend using the latest version of Prisma.)
- A hosted PostgreSQL, MySQL/MariaDB, PlanetScale, CockroachDB, or MongoDB database

## 1. Enable Accelerate

Navigate to your Prisma Data Platform project, choose an environment, and enable Accelerate by providing your database connection string and selecting the region nearest your database.
Navigate to your Prisma Developer Platform project, choose an environment, and enable Accelerate by providing your database connection string and selecting the region nearest your database.

:::note

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs.v6/guides/github-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ After the PR is closed, the database is automatically deleted. This allows you t
Make sure you have the following:

- Node.js 20 or later
- A [Prisma Data Platform](https://console.prisma.io?utm_source=actions_guide&utm_medium=docs) account
- A [Prisma Developer Platform](https://console.prisma.io?utm_source=actions_guide&utm_medium=docs) account
- GitHub repository

## 1. Set up your project
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs.v6/guides/management-api-basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The API reference is also available via an [OpenAPI 3.1. spec](https://api.prism
## Prerequisites

- Node.js and `npm` installed
- A [Prisma Data Platform](https://console.prisma.io/) account
- A [Prisma Developer Platform](https://console.prisma.io/) account

## 1. Create a service token in Prisma Console

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/content/docs.v6/guides/multiple-databases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This guide shows you how to use multiple databases using Prisma ORM in a single
Before you begin, make sure that you have the following:

- Node.js 20+ installed.
- A [Prisma Data Platform account](https://pris.ly/pdp?utm_campaign=multi-client&utm_source=docs).
- A [Prisma Developer Platform account](https://pris.ly/pdp?utm_campaign=multi-client&utm_source=docs).
- A Vercel account (if you plan to deploy your application).

## 1. Set up a Next.js project
Expand Down Expand Up @@ -89,7 +89,7 @@ Follow the prompts to name your project and choose a database region.

The `prisma@latest init --db` command:

- Connects your CLI to your [Prisma Data Platform](https://console.prisma.io) account. If you are not logged in or do not have an account, your browser will open to guide you through creating a new account or signing into your existing one.
- Connects your CLI to your [Prisma Developer Platform](https://console.prisma.io) account. If you are not logged in or do not have an account, your browser will open to guide you through creating a new account or signing into your existing one.
- Creates a `prisma` directory containing a `schema.prisma` file for your database models.
- Creates a `.env` file with your `DATABASE_URL` (e.g., `DATABASE_URL="postgresql://user:password@host:5432/database?sslmode=require"`).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ We're going to be using [Prisma Postgres](/v6/postgres/getting-started) in this

This command:

- Connects your CLI to your [Prisma Data Platform](https://console.prisma.io) account. If you're not logged in or don't have an account, your browser will open to guide you through creating a new account or signing into your existing one.
- Connects your CLI to your [Prisma Developer Platform](https://console.prisma.io) account. If you're not logged in or don't have an account, your browser will open to guide you through creating a new account or signing into your existing one.
- Creates a `prisma` directory containing a `schema.prisma` file for your database models.
- Creates a `.env` file with your `DATABASE_URL` (e.g., for Prisma Postgres it should have something similar to `DATABASE_URL="prisma+postgres://accelerate.prisma-data.net/?api_key=eyJhbGciOiJIUzI..."`).

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/content/docs.v6/optimize/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metaDescription: Learn how to quickly set up and start using Prisma Optimize.

Before you begin with Prisma Optimize, ensure you have the following:

- A [Prisma Data Platform account](https://console.prisma.io/optimize?utm_source=docs&utm_medium=optimize-page).
- A [Prisma Developer Platform account](https://console.prisma.io/optimize?utm_source=docs&utm_medium=optimize-page).
- A project using [Prisma Client](/v6/orm/prisma-client/setup-and-configuration/introduction) version `5.0.0` or higher (we recommend using the latest version).
- A PostgreSQL, MySQL/MariaDB, CockroachDB, or MS SQL Server database.

Expand All @@ -22,7 +22,7 @@ Prisma Optimize is intended for use in local environments. Learn more in the [FA

## 1. Launch Optimize

1. Log in to your [Prisma Data Platform account](https://console.prisma.io/optimize?utm_source=docs&utm_medium=optimize-page).
1. Log in to your [Prisma Developer Platform account](https://console.prisma.io/optimize?utm_source=docs&utm_medium=optimize-page).
2. <a href="/platform/about#accessing-the-optimize-dashboard" target="_blank">
Follow the instructions
</a>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs.v6/orm/more/ai-tools/chatgpt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To use the Prisma MCP server with ChatGPT, you need access to ChatGPT's Develope
- **Authentication**: `OAuth`
5. Check the "I trust this application" box and click **Create**.

You will be redirected to authenticate with your Prisma Data Platform account and choose your desired workspace. After successful authentication, you will be redirected back to ChatGPT.
You will be redirected to authenticate with your Prisma Developer Platform account and choose your desired workspace. After successful authentication, you will be redirected back to ChatGPT.

## Using the remote Prisma MCP server

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Both Drizzle and Prisma ORM have the ability to log queries and the underlying S

Both Drizzle and Prisma offer products alongside an ORM. Prisma Studio was released to allow users to interact with their database via a GUI and also allows for limited self-hosting for use within a team. Drizzle Studio was released to accomplish the same tasks.

In addition to Prisma Studio, Prisma offers commercial products via the Prisma Data Platform:
In addition to Prisma Studio, Prisma offers commercial products via the Prisma Developer Platform:

- [Prisma Accelerate](https://www.prisma.io/accelerate?utm_source=docs&utm_medium=orm-docs): A connection pooler and global cache that integrates with Prisma ORM. Users can take advantage of connection pooling immediately and can control caching at an individual query level.
- [Prisma Optimize](https://www.prisma.io/optimize?utm_source=docs&utm_medium=orm-docs): A query analytics tool that provides deep insights, actionable recommendations, and allows you to interact with Prisma AI for further insights and optimizing your database queries.
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/content/docs.v6/orm/overview/beyond-prisma-orm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ To see more examples, visit our [examples repo](https://github.com/prisma/prisma

## Grow with Prisma

Prisma Accelerate take features built into Prisma ORM and build upon them by adding additional capabilities like globally-optimized caching and connection pooling. Get started for free the [Prisma Data Platform](https://console.prisma.io/login) and explore how Accelerate can help you build scalable, high-performance applications!
Prisma Accelerate take features built into Prisma ORM and build upon them by adding additional capabilities like globally-optimized caching and connection pooling. Get started for free the [Prisma Developer Platform](https://console.prisma.io/login) and explore how Accelerate can help you build scalable, high-performance applications!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Two grammatical errors slipped into this sentence.

The rebranding itself is correct, but the sentence has two prose issues:

  1. "Prisma Accelerate take features" — subject-verb agreement: should be "takes".
  2. "Get started for free the [Prisma Developer Platform]" — missing preposition: should be "for free on the" (or "for free with the").
✏️ Proposed fix
-Prisma Accelerate take features built into Prisma ORM and build upon them by adding additional capabilities like globally-optimized caching and connection pooling. Get started for free the [Prisma Developer Platform](https://console.prisma.io/login) and explore how Accelerate can help you build scalable, high-performance applications!
+Prisma Accelerate takes features built into Prisma ORM and builds upon them by adding additional capabilities like globally-optimized caching and connection pooling. Get started for free on the [Prisma Developer Platform](https://console.prisma.io/login) and explore how Accelerate can help you build scalable, high-performance applications!
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Prisma Accelerate take features built into Prisma ORM and build upon them by adding additional capabilities like globally-optimized caching and connection pooling. Get started for free the [Prisma Developer Platform](https://console.prisma.io/login) and explore how Accelerate can help you build scalable, high-performance applications!
Prisma Accelerate takes features built into Prisma ORM and builds upon them by adding additional capabilities like globally-optimized caching and connection pooling. Get started for free on the [Prisma Developer Platform](https://console.prisma.io/login) and explore how Accelerate can help you build scalable, high-performance applications!
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@apps/docs/content/docs.v6/orm/overview/beyond-prisma-orm.mdx` at line 59, Fix
the two grammar issues in the sentence in
apps/docs/content/docs.v6/orm/overview/beyond-prisma-orm.mdx: change "Prisma
Accelerate take features" to "Prisma Accelerate takes features" (subject-verb
agreement) and change "Get started for free the [Prisma Developer Platform]" to
"Get started for free on the [Prisma Developer Platform]" (add the preposition
"on the"); update the single sentence string accordingly.


Improving developer experience doesn’t stop at Accelerate. Prisma is building and expanding our products, such as [Prisma Optimize](https://www.prisma.io/optimize) and [Prisma Postgres](https://www.prisma.io/postgres), to improve every aspect of Data DX and we’d love to hear what you think. Join our community and learn more about our products below.

Accelerate and Optimize build on Prisma ORM through [Prisma Client Extensions](/v6/orm/prisma-client/client-extensions). This opens up features that we couldn’t include in the ORM like globally-optimized caching and connection pooling. Create a free [Prisma Data Platform](https://console.prisma.io/login) account and explore how Accelerate can help you build scalable, high-performance applications!
Accelerate and Optimize build on Prisma ORM through [Prisma Client Extensions](/v6/orm/prisma-client/client-extensions). This opens up features that we couldn’t include in the ORM like globally-optimized caching and connection pooling. Create a free [Prisma Developer Platform](https://console.prisma.io/login) account and explore how Accelerate can help you build scalable, high-performance applications!

Improving developer experience doesn’t stop at Prisma Postgres, Accelerate and Optimize. Prisma is building and expanding our products to improve every aspect of Data DX and we’d love to hear what you think. Join our community and learn more about our products below

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Enter a name for your project and choose a database region.

This command:

- Connects your CLI to your [Prisma Data Platform](https://console.prisma.io) account. If you're not logged in or don't have an account, your browser will open to guide you through creating a new account or signing into your existing one.
- Connects your CLI to your [Prisma Developer Platform](https://console.prisma.io) account. If you're not logged in or don't have an account, your browser will open to guide you through creating a new account or signing into your existing one.
- Creates a `prisma` directory containing a `schema.prisma` file for your database models.
- Creates a `.env` file with your `DATABASE_URL` (e.g., for Prisma Postgres it should have something similar to `DATABASE_URL="prisma+postgres://accelerate.prisma-data.net/?api_key=eyJhbGciOiJIUzI..."`).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Curious why we moved away from the Rust engine? Take a look at why we transition

## Prerequisites

- a free [Prisma Data Platform](https://console.prisma.io/login) account
- a free [Prisma Developer Platform](https://console.prisma.io/login) account
- a free [Deno Deploy](https://deno.com/deploy) account
- Node.js & npm installed
- Deno v1.29.4 or later installed. [Learn more](https://docs.deno.com/runtime/#install-deno).
Expand All @@ -61,7 +61,7 @@ Enter a name for your project and choose a database region.

This command:

- Connects your CLI to your [Prisma Data Platform](https://console.prisma.io) account. If you're not logged in or don't have an account, your browser will open to guide you through creating a new account or signing into your existing one.
- Connects your CLI to your [Prisma Developer Platform](https://console.prisma.io) account. If you're not logged in or don't have an account, your browser will open to guide you through creating a new account or signing into your existing one.
- Creates a `prisma` directory containing a `schema.prisma` file for your database models.
- Creates a `.env` file with your `DATABASE_URL` (e.g., `DATABASE_URL="postgresql://user:password@host:5432/database"`).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In the next section, you'll configure a database and set the `DATABASE_URL` envi

You'll need a Prisma Postgres connection string. There are two ways to obtain one:

- Create a new database on [Prisma Data Platform](https://console.prisma.io)
- Create a new database on [Prisma Developer Platform](https://console.prisma.io)
- Run `npx create-db` for a temporary database _(no account required)_

### 2. Add the database URL to Railway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export const prisma = new PrismaClient({ adapter });

### Prisma Accelerate

[Prisma Accelerate](/v6/accelerate) is a managed external connection pooler built by Prisma that is integrated in the [Prisma Data Platform](/v6/platform) and handles connection pooling for you.
[Prisma Accelerate](/v6/accelerate) is a managed external connection pooler built by Prisma that is integrated in the [Prisma Developer Platform](/v6/platform) and handles connection pooling for you.

### PgBouncer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1551,11 +1551,11 @@ Other options:
--to-schema=schema.prisma
```

## Prisma Data Platform
## Prisma Developer Platform

### `platform` ([Early Access](/v6/platform/maturity-levels#early-access))

The `platform` command provides access to the Prisma Data Platform through the Prisma CLI starting in version `5.10.0` or later.
The `platform` command provides access to the Prisma Developer Platform through the Prisma CLI starting in version `5.10.0` or later.

- **Authentication**:
- `platform auth login`: Opens a browser window for login or account creation.
Expand Down
Loading
Loading