From 29cf7568cda1cd9492c5c022cf4d2f9258706e94 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Tue, 24 Feb 2026 15:52:37 -0500 Subject: [PATCH] chore(docs): rename pdp --- .../docs.v6/(index)/prisma-postgres/from-the-cli.mdx | 2 +- .../import-from-existing-database-mysql.mdx | 4 ++-- .../import-from-existing-database-postgresql.mdx | 4 ++-- .../prisma-postgres/quickstart/drizzle-orm.mdx | 2 +- .../(index)/prisma-postgres/quickstart/kysely.mdx | 2 +- .../(index)/prisma-postgres/quickstart/typeorm.mdx | 2 +- apps/docs/content/docs.v6/accelerate/caching.mdx | 2 +- .../docs.v6/accelerate/connection-pooling.mdx | 2 +- .../content/docs.v6/accelerate/getting-started.mdx | 4 ++-- apps/docs/content/docs.v6/guides/github-actions.mdx | 2 +- .../content/docs.v6/guides/management-api-basic.mdx | 2 +- .../content/docs.v6/guides/multiple-databases.mdx | 4 ++-- .../docs.v6/guides/use-prisma-in-pnpm-workspaces.mdx | 2 +- .../content/docs.v6/optimize/getting-started.mdx | 4 ++-- .../content/docs.v6/orm/more/ai-tools/chatgpt.mdx | 2 +- .../orm/more/comparisons/prisma-and-drizzle.mdx | 2 +- .../docs.v6/orm/overview/beyond-prisma-orm.mdx | 4 ++-- .../deployment/edge/deploy-to-cloudflare.mdx | 2 +- .../deployment/edge/deploy-to-deno-deploy.mdx | 4 ++-- .../deployment/traditional/deploy-to-railway.mdx | 2 +- .../databases-connections/index.mdx | 2 +- .../docs.v6/orm/reference/prisma-cli-reference.mdx | 4 ++-- apps/docs/content/docs.v6/platform/about.mdx | 8 ++++---- apps/docs/content/docs.v6/platform/index.mdx | 8 ++++---- .../content/docs.v6/platform/maturity-levels.mdx | 12 ++++++------ .../content/docs.v6/platform/platform-cli/about.mdx | 6 +++--- .../docs.v6/platform/platform-cli/commands.mdx | 12 ++++++------ .../docs.v6/postgres/database/connection-pooling.mdx | 2 +- .../content/docs.v6/postgres/integrations/vscode.mdx | 6 +++--- .../postgres/introduction/management-api-sdk.mdx | 6 +++--- .../docs.v6/postgres/introduction/npx-create-db.mdx | 6 +++--- .../docs.v6/postgres/query-optimization/setup.mdx | 4 ++-- .../docs/(index)/prisma-postgres/from-the-cli.mdx | 2 +- .../import-from-existing-database-mysql.mdx | 4 ++-- .../import-from-existing-database-postgresql.mdx | 4 ++-- .../prisma-postgres/quickstart/drizzle-orm.mdx | 2 +- .../(index)/prisma-postgres/quickstart/kysely.mdx | 2 +- .../(index)/prisma-postgres/quickstart/typeorm.mdx | 2 +- apps/docs/content/docs/accelerate/caching.mdx | 2 +- .../content/docs/accelerate/connection-pooling.mdx | 2 +- .../docs/content/docs/accelerate/getting-started.mdx | 4 ++-- apps/docs/content/docs/ai/tools/chatgpt.mdx | 2 +- apps/docs/content/docs/cli/init.mdx | 4 ++-- apps/docs/content/docs/console/features/optimize.mdx | 2 +- apps/docs/content/docs/console/index.mdx | 2 +- .../content/docs/console/more/feature-maturity.mdx | 2 +- .../docs/guides/database/multiple-databases.mdx | 4 ++-- .../docs/guides/deployment/bun-workspaces.mdx | 2 +- .../docs/guides/deployment/pnpm-workspaces.mdx | 2 +- .../docs/guides/integrations/github-actions.mdx | 2 +- apps/docs/content/docs/guides/making-guides.mdx | 2 +- apps/docs/content/docs/guides/postgres/vscode.mdx | 6 +++--- .../content/docs/management-api/getting-started.mdx | 2 +- apps/docs/content/docs/management-api/sdk.mdx | 6 +++--- apps/docs/content/docs/optimize/getting-started.mdx | 4 ++-- .../docs/orm/more/comparisons/prisma-and-drizzle.mdx | 2 +- .../deployment/edge/deploy-to-cloudflare.mdx | 2 +- .../deployment/edge/deploy-to-deno-deploy.mdx | 4 ++-- .../deployment/traditional/deploy-to-railway.mdx | 2 +- .../docs/orm/reference/prisma-cli-reference.mdx | 4 ++-- apps/docs/content/docs/postgres/npx-create-db.mdx | 6 +++--- 61 files changed, 108 insertions(+), 108 deletions(-) diff --git a/apps/docs/content/docs.v6/(index)/prisma-postgres/from-the-cli.mdx b/apps/docs/content/docs.v6/(index)/prisma-postgres/from-the-cli.mdx index d12d9d8a13..78dc40e543 100644 --- a/apps/docs/content/docs.v6/(index)/prisma-postgres/from-the-cli.mdx +++ b/apps/docs/content/docs.v6/(index)/prisma-postgres/from-the-cli.mdx @@ -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. diff --git a/apps/docs/content/docs.v6/(index)/prisma-postgres/import-from-existing-database-mysql.mdx b/apps/docs/content/docs.v6/(index)/prisma-postgres/import-from-existing-database-mysql.mdx index 0ef8bda5de..a8713c36d4 100644 --- a/apps/docs/content/docs.v6/(index)/prisma-postgres/import-from-existing-database-mysql.mdx +++ b/apps/docs/content/docs.v6/(index)/prisma-postgres/import-from-existing-database-mysql.mdx @@ -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. @@ -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. diff --git a/apps/docs/content/docs.v6/(index)/prisma-postgres/import-from-existing-database-postgresql.mdx b/apps/docs/content/docs.v6/(index)/prisma-postgres/import-from-existing-database-postgresql.mdx index d41ab26648..f5117145bc 100644 --- a/apps/docs/content/docs.v6/(index)/prisma-postgres/import-from-existing-database-postgresql.mdx +++ b/apps/docs/content/docs.v6/(index)/prisma-postgres/import-from-existing-database-postgresql.mdx @@ -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 @@ -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. diff --git a/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/drizzle-orm.mdx b/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/drizzle-orm.mdx index da036b4457..88b81869bc 100644 --- a/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/drizzle-orm.mdx +++ b/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/drizzle-orm.mdx @@ -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 diff --git a/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/kysely.mdx b/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/kysely.mdx index e9a5ccd856..eb92ae708e 100644 --- a/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/kysely.mdx +++ b/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/kysely.mdx @@ -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 diff --git a/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/typeorm.mdx b/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/typeorm.mdx index 2629a20c81..595c439894 100644 --- a/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/typeorm.mdx +++ b/apps/docs/content/docs.v6/(index)/prisma-postgres/quickstart/typeorm.mdx @@ -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. :::note diff --git a/apps/docs/content/docs.v6/accelerate/caching.mdx b/apps/docs/content/docs.v6/accelerate/caching.mdx index eecf0ba009..34074ea919 100644 --- a/apps/docs/content/docs.v6/accelerate/caching.mdx +++ b/apps/docs/content/docs.v6/accelerate/caching.mdx @@ -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. diff --git a/apps/docs/content/docs.v6/accelerate/connection-pooling.mdx b/apps/docs/content/docs.v6/accelerate/connection-pooling.mdx index 68a0c6bd4b..dd56325fe2 100644 --- a/apps/docs/content/docs.v6/accelerate/connection-pooling.mdx +++ b/apps/docs/content/docs.v6/accelerate/connection-pooling.mdx @@ -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). diff --git a/apps/docs/content/docs.v6/accelerate/getting-started.mdx b/apps/docs/content/docs.v6/accelerate/getting-started.mdx index c9a801f7e4..5fcd0385ca 100644 --- a/apps/docs/content/docs.v6/accelerate/getting-started.mdx +++ b/apps/docs/content/docs.v6/accelerate/getting-started.mdx @@ -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 diff --git a/apps/docs/content/docs.v6/guides/github-actions.mdx b/apps/docs/content/docs.v6/guides/github-actions.mdx index 35da8b0801..f4024a4544 100644 --- a/apps/docs/content/docs.v6/guides/github-actions.mdx +++ b/apps/docs/content/docs.v6/guides/github-actions.mdx @@ -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 diff --git a/apps/docs/content/docs.v6/guides/management-api-basic.mdx b/apps/docs/content/docs.v6/guides/management-api-basic.mdx index 18a0687e14..f9c34e0ad2 100644 --- a/apps/docs/content/docs.v6/guides/management-api-basic.mdx +++ b/apps/docs/content/docs.v6/guides/management-api-basic.mdx @@ -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 diff --git a/apps/docs/content/docs.v6/guides/multiple-databases.mdx b/apps/docs/content/docs.v6/guides/multiple-databases.mdx index ec93f71be2..4302efe3b5 100644 --- a/apps/docs/content/docs.v6/guides/multiple-databases.mdx +++ b/apps/docs/content/docs.v6/guides/multiple-databases.mdx @@ -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 @@ -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"`). diff --git a/apps/docs/content/docs.v6/guides/use-prisma-in-pnpm-workspaces.mdx b/apps/docs/content/docs.v6/guides/use-prisma-in-pnpm-workspaces.mdx index 6d87d0df61..0254318fc0 100644 --- a/apps/docs/content/docs.v6/guides/use-prisma-in-pnpm-workspaces.mdx +++ b/apps/docs/content/docs.v6/guides/use-prisma-in-pnpm-workspaces.mdx @@ -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..."`). diff --git a/apps/docs/content/docs.v6/optimize/getting-started.mdx b/apps/docs/content/docs.v6/optimize/getting-started.mdx index 88fe5bbcb6..80c298f80c 100644 --- a/apps/docs/content/docs.v6/optimize/getting-started.mdx +++ b/apps/docs/content/docs.v6/optimize/getting-started.mdx @@ -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. @@ -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. Follow the instructions diff --git a/apps/docs/content/docs.v6/orm/more/ai-tools/chatgpt.mdx b/apps/docs/content/docs.v6/orm/more/ai-tools/chatgpt.mdx index 23d3682806..6a9c45787d 100644 --- a/apps/docs/content/docs.v6/orm/more/ai-tools/chatgpt.mdx +++ b/apps/docs/content/docs.v6/orm/more/ai-tools/chatgpt.mdx @@ -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 diff --git a/apps/docs/content/docs.v6/orm/more/comparisons/prisma-and-drizzle.mdx b/apps/docs/content/docs.v6/orm/more/comparisons/prisma-and-drizzle.mdx index 060456246c..2245b2d0b4 100644 --- a/apps/docs/content/docs.v6/orm/more/comparisons/prisma-and-drizzle.mdx +++ b/apps/docs/content/docs.v6/orm/more/comparisons/prisma-and-drizzle.mdx @@ -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. diff --git a/apps/docs/content/docs.v6/orm/overview/beyond-prisma-orm.mdx b/apps/docs/content/docs.v6/orm/overview/beyond-prisma-orm.mdx index e6ed91af8a..225327f139 100644 --- a/apps/docs/content/docs.v6/orm/overview/beyond-prisma-orm.mdx +++ b/apps/docs/content/docs.v6/orm/overview/beyond-prisma-orm.mdx @@ -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! 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 diff --git a/apps/docs/content/docs.v6/orm/prisma-client/deployment/edge/deploy-to-cloudflare.mdx b/apps/docs/content/docs.v6/orm/prisma-client/deployment/edge/deploy-to-cloudflare.mdx index 756c378f5d..75ca2380bc 100644 --- a/apps/docs/content/docs.v6/orm/prisma-client/deployment/edge/deploy-to-cloudflare.mdx +++ b/apps/docs/content/docs.v6/orm/prisma-client/deployment/edge/deploy-to-cloudflare.mdx @@ -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..."`). diff --git a/apps/docs/content/docs.v6/orm/prisma-client/deployment/edge/deploy-to-deno-deploy.mdx b/apps/docs/content/docs.v6/orm/prisma-client/deployment/edge/deploy-to-deno-deploy.mdx index eff2551742..6310069e83 100644 --- a/apps/docs/content/docs.v6/orm/prisma-client/deployment/edge/deploy-to-deno-deploy.mdx +++ b/apps/docs/content/docs.v6/orm/prisma-client/deployment/edge/deploy-to-deno-deploy.mdx @@ -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). @@ -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"`). diff --git a/apps/docs/content/docs.v6/orm/prisma-client/deployment/traditional/deploy-to-railway.mdx b/apps/docs/content/docs.v6/orm/prisma-client/deployment/traditional/deploy-to-railway.mdx index ebdbbace79..8988131cc5 100644 --- a/apps/docs/content/docs.v6/orm/prisma-client/deployment/traditional/deploy-to-railway.mdx +++ b/apps/docs/content/docs.v6/orm/prisma-client/deployment/traditional/deploy-to-railway.mdx @@ -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 diff --git a/apps/docs/content/docs.v6/orm/prisma-client/setup-and-configuration/databases-connections/index.mdx b/apps/docs/content/docs.v6/orm/prisma-client/setup-and-configuration/databases-connections/index.mdx index b9816628e3..f510e6c607 100644 --- a/apps/docs/content/docs.v6/orm/prisma-client/setup-and-configuration/databases-connections/index.mdx +++ b/apps/docs/content/docs.v6/orm/prisma-client/setup-and-configuration/databases-connections/index.mdx @@ -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 diff --git a/apps/docs/content/docs.v6/orm/reference/prisma-cli-reference.mdx b/apps/docs/content/docs.v6/orm/reference/prisma-cli-reference.mdx index 43d4b9b9dd..cca5eb4fb7 100644 --- a/apps/docs/content/docs.v6/orm/reference/prisma-cli-reference.mdx +++ b/apps/docs/content/docs.v6/orm/reference/prisma-cli-reference.mdx @@ -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. diff --git a/apps/docs/content/docs.v6/platform/about.mdx b/apps/docs/content/docs.v6/platform/about.mdx index b22893d815..fff58fe0ef 100644 --- a/apps/docs/content/docs.v6/platform/about.mdx +++ b/apps/docs/content/docs.v6/platform/about.mdx @@ -1,15 +1,15 @@ --- title: General -description: Learn about the Console to integrate the Prisma Data Platform products. +description: Learn about the Console to integrate the Prisma Developer Platform products. displayed_sidebar: platformSidebar url: /v6/platform/about metaTitle: General | Prisma Console -metaDescription: Learn about the Console to integrate the Prisma Data Platform products. +metaDescription: Learn about the Console to integrate the Prisma Developer Platform products. --- ## Overview -The [Console](https://console.prisma.io/login) enables you to manage and configure your projects that use Prisma Data Platform (PDP) products, and helps you integrate them into your application: +The [Console](https://console.prisma.io/login) enables you to manage and configure your projects that use Prisma Developer Platform (PDP) products, and helps you integrate them into your application: - [Accelerate](/v6/accelerate): Speeds up your queries with a global database cache with scalable connection pooling. - [Optimize](/v6/optimize): Provides you recommendations that can help you make your database queries faster. @@ -59,7 +59,7 @@ detailed reports on how your database is performing, with various metrics like: #### Optimize -You can access Optimize within your [Prisma Data Platform account](https://console.prisma.io/optimize) workspace. +You can access Optimize within your [Prisma Developer Platform account](https://console.prisma.io/optimize) workspace. ##### Accessing the Optimize dashboard diff --git a/apps/docs/content/docs.v6/platform/index.mdx b/apps/docs/content/docs.v6/platform/index.mdx index 41dc09747c..7c99d177a3 100644 --- a/apps/docs/content/docs.v6/platform/index.mdx +++ b/apps/docs/content/docs.v6/platform/index.mdx @@ -1,16 +1,16 @@ --- title: Platform -description: 'Get started with the Prisma Data Platform with its official documentation, and learn more about its features with reference documentation, guides, and more.' +description: 'Get started with the Prisma Developer Platform with its official documentation, and learn more about its features with reference documentation, guides, and more.' displayed_sidebar: platformSidebar url: /v6/platform metaTitle: Platform -metaDescription: 'Get started with the Prisma Data Platform with its official documentation, and learn more about its features with reference documentation, guides, and more.' +metaDescription: 'Get started with the Prisma Developer Platform with its official documentation, and learn more about its features with reference documentation, guides, and more.' --- -Learn about the main concepts and workflows of the [Prisma Data Platform](https://console.prisma.io/login). +Learn about the main concepts and workflows of the [Prisma Developer Platform](https://console.prisma.io/login). ## Getting started -- [About](/v6/platform/about) - Learn about the Prisma Data Platform +- [About](/v6/platform/about) - Learn about the Prisma Developer Platform - [Platform CLI](/v6/platform/platform-cli/about) - Manage platform resources from the command line - [Concepts](/v6/platform) - Understand workspaces, projects, and environments diff --git a/apps/docs/content/docs.v6/platform/maturity-levels.mdx b/apps/docs/content/docs.v6/platform/maturity-levels.mdx index ceb5625200..8482fd71e6 100644 --- a/apps/docs/content/docs.v6/platform/maturity-levels.mdx +++ b/apps/docs/content/docs.v6/platform/maturity-levels.mdx @@ -1,13 +1,13 @@ --- title: Maturity levels -description: Understand the maturity levels for features in Prisma Data Platform +description: Understand the maturity levels for features in Prisma Developer Platform displayed_sidebar: platformSidebar url: /v6/platform/maturity-levels metaTitle: 'Console: Maturity levels' -metaDescription: Understand the maturity levels for features in Prisma Data Platform +metaDescription: Understand the maturity levels for features in Prisma Developer Platform --- -Prisma releases updates to Prisma Data Platform multiple times per week, as opposed to the Prisma ORM that we release on a set schedule every few weeks. This is why we consider the lifecycle and process for maturing features in Prisma Data Platform differently. +Prisma releases updates to Prisma Developer Platform multiple times per week, as opposed to the Prisma ORM that we release on a set schedule every few weeks. This is why we consider the lifecycle and process for maturing features in Prisma Developer Platform differently. You can [check out the releases and maturity process for the Prisma ORM](/v6/orm/more/releases) for further details. @@ -15,7 +15,7 @@ You can find information about releases across _all_ Prisma tools and products i ### Early Access -If a feature on the Prisma Data Platform is labeled as **Early Access**: +If a feature on the Prisma Developer Platform is labeled as **Early Access**: - We have validated a problem and are considering a solution to it but are not certain whether that solution is complete or a perfect fit. - We want to gather more feedback and adjust the solution as necessary, knowing that users are prepared for significant breaking changes @@ -25,7 +25,7 @@ As always, your feedback in our [Discord](https://pris.ly/discord?utm_source=doc ### Preview -If a feature on the Prisma Data Platform is labeled as **Preview**: +If a feature on the Prisma Developer Platform is labeled as **Preview**: - We have refined the software based on the valuable feedback we obtained during the Early Access phase. - We developed the feature further, bringing it closer to the final version, though it's not completely ready for production usage. @@ -37,6 +37,6 @@ We recommend testing the product in a staging environment and welcome any feedba ### General Availability -If a feature in the Prisma Data Platform is Generally Available: +If a feature in the Prisma Developer Platform is Generally Available: - The solution has undergone extensive testing and, based on significant feedback, is deemed stable and ready for production use cases. diff --git a/apps/docs/content/docs.v6/platform/platform-cli/about.mdx b/apps/docs/content/docs.v6/platform/platform-cli/about.mdx index 53fc1f2ccf..6ed1490925 100644 --- a/apps/docs/content/docs.v6/platform/platform-cli/about.mdx +++ b/apps/docs/content/docs.v6/platform/platform-cli/about.mdx @@ -1,12 +1,12 @@ --- title: About the Platform CLI -description: Learn how to manage your Prisma Data Platform projects directly from the command line using the Prisma CLI integration. +description: Learn how to manage your Prisma Developer Platform projects directly from the command line using the Prisma CLI integration. displayed_sidebar: platformSidebar url: /v6/platform/platform-cli/about metaTitle: 'Platform CLI: About' -metaDescription: Learn how to manage your Prisma Data Platform projects directly from the command line using the Prisma CLI integration. +metaDescription: Learn how to manage your Prisma Developer Platform projects directly from the command line using the Prisma CLI integration. --- -This guide demonstrates how to access the Prisma Data Platform using the [Prisma CLI](/v6/orm/tools/prisma-cli). Get started by ensuring you have the Prisma CLI installed, following our setup [instructions](/v6/orm/tools/prisma-cli#installation). +This guide demonstrates how to access the Prisma Developer Platform using the [Prisma CLI](/v6/orm/tools/prisma-cli). Get started by ensuring you have the Prisma CLI installed, following our setup [instructions](/v6/orm/tools/prisma-cli#installation). This integration, now in Early Access, expands the capabilities of the Prisma CLI, enabling management of your Platform projects directly from the command line. For a detailed overview of all the commands, please refer to the [Commands page](/v6/platform/platform-cli/commands). diff --git a/apps/docs/content/docs.v6/platform/platform-cli/commands.mdx b/apps/docs/content/docs.v6/platform/platform-cli/commands.mdx index a0ffde5a62..7a1cc06d03 100644 --- a/apps/docs/content/docs.v6/platform/platform-cli/commands.mdx +++ b/apps/docs/content/docs.v6/platform/platform-cli/commands.mdx @@ -1,13 +1,13 @@ --- title: Commands -description: 'Complete reference for Prisma Data Platform CLI commands, including authentication, project management, and database operations.' +description: 'Complete reference for Prisma Developer Platform CLI commands, including authentication, project management, and database operations.' displayed_sidebar: platformSidebar url: /v6/platform/platform-cli/commands metaTitle: 'Platform CLI: Commands' -metaDescription: 'Complete reference for Prisma Data Platform CLI commands, including authentication, project management, and database operations.' +metaDescription: 'Complete reference for Prisma Developer Platform CLI commands, including authentication, project management, and database operations.' --- -This document describes the Prisma Data Platform's integrated Prisma CLI commands, arguments, and options. +This document describes the Prisma Developer Platform's integrated Prisma CLI commands, arguments, and options. ## Getting started @@ -15,7 +15,7 @@ To get started, ensure you have the [Prisma CLI](/v6/orm/tools/prisma-cli) updat :::info -💡 When using commands, always start with `prisma platform` and include the `--early-access` flag to enable the use of the Prisma Data Platform whilst still in early access. +💡 When using commands, always start with `prisma platform` and include the `--early-access` flag to enable the use of the Prisma Developer Platform whilst still in early access. ::: @@ -25,7 +25,7 @@ To get started, ensure you have the [Prisma CLI](/v6/orm/tools/prisma-cli) updat #### `auth login` -Opens a browser window that allows you to log into your Prisma Data Platform account or create a new one. Currently, GitHub is the only supported login method. We do have plan to add support for signing in with Google and email/password. +Opens a browser window that allows you to log into your Prisma Developer Platform account or create a new one. Currently, GitHub is the only supported login method. We do have plan to add support for signing in with Google and email/password. ```npm npx prisma platform auth login --early-access @@ -33,7 +33,7 @@ npx prisma platform auth login --early-access #### `auth logout` -Logs out of your Prisma Data Platform account. +Logs out of your Prisma Developer Platform account. ```npm npx prisma platform auth logout --early-access diff --git a/apps/docs/content/docs.v6/postgres/database/connection-pooling.mdx b/apps/docs/content/docs.v6/postgres/database/connection-pooling.mdx index 357b3e9bad..edbe74073e 100644 --- a/apps/docs/content/docs.v6/postgres/database/connection-pooling.mdx +++ b/apps/docs/content/docs.v6/postgres/database/connection-pooling.mdx @@ -123,7 +123,7 @@ This distributed model allows your application to handle increased traffic by sp Autoscaling is automatically enabled **when your Accelerate connection limit is set above the default (10)**. This feature is **not available on the Free or Starter plan**. -Your environment's maximum connection limit is based on your [Prisma Data Platform plan](https://www.prisma.io/pricing): +Your environment's maximum connection limit is based on your [Prisma Developer Platform plan](https://www.prisma.io/pricing): | Plan | Max Connection Limit | | ---------- | ------------------------------------ | diff --git a/apps/docs/content/docs.v6/postgres/integrations/vscode.mdx b/apps/docs/content/docs.v6/postgres/integrations/vscode.mdx index 5e8453f20b..5bfb920032 100644 --- a/apps/docs/content/docs.v6/postgres/integrations/vscode.mdx +++ b/apps/docs/content/docs.v6/postgres/integrations/vscode.mdx @@ -108,7 +108,7 @@ VS Code agent mode can perform the following tasks: - Check migration status (e.g. Flag unapplied migrations) - Create and apply schema migrations automatically -- Sign in to the Prisma Data Platform +- Sign in to the Prisma Developer Platform - Provision Prisma Postgres instances, letting you start coding right away ### How to enable and use the VS Code agent @@ -124,12 +124,12 @@ To use the agent mode: 1. Open [GitHub Copilot Chat in VS Code and switch to **Agent** mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode#_use-agent-mode). 2. With GitHub Copilot Chat open and the Prisma extension updated, you can simply type a request such as: "Create a new database for me and add the connection string to the .env file". 3. The agent will request permission to make changes in your workspace. -4. It automatically handles login to your Prisma Data Platform account before proceeding. +4. It automatically handles login to your Prisma Developer Platform account before proceeding. 5. Upon approval, the agent creates the new database and adds the connection string to your `.env` file. 6. You can also use agent mode to run migrations, generate the Prisma Client, and perform other tasks. :::note -Currently, the agent mode uses your default [workspace](/v6/platform/about#workspace) in the Prisma Data Platform. +Currently, the agent mode uses your default [workspace](/v6/platform/about#workspace) in the Prisma Developer Platform. ::: ### Querying Prisma docs from VS Code using GitHub Copilot diff --git a/apps/docs/content/docs.v6/postgres/introduction/management-api-sdk.mdx b/apps/docs/content/docs.v6/postgres/introduction/management-api-sdk.mdx index 525fa09730..4fdac33042 100644 --- a/apps/docs/content/docs.v6/postgres/introduction/management-api-sdk.mdx +++ b/apps/docs/content/docs.v6/postgres/introduction/management-api-sdk.mdx @@ -1,14 +1,14 @@ --- title: Management API SDK -description: 'A TypeScript SDK for the Prisma Data Platform Management API. Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh.' +description: 'A TypeScript SDK for the Prisma Developer Platform Management API. Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh.' url: /v6/postgres/introduction/management-api-sdk metaTitle: 'Prisma Postgres: Management API SDK' -metaDescription: 'A TypeScript SDK for the Prisma Data Platform Management API. Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh.' +metaDescription: 'A TypeScript SDK for the Prisma Developer Platform Management API. Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh.' --- ## Overview -The [`@prisma/management-api-sdk`](https://www.npmjs.com/package/@prisma/management-api-sdk) is a TypeScript SDK for the [Prisma Data Platform Management API](/v6/postgres/introduction/management-api). Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh. +The [`@prisma/management-api-sdk`](https://www.npmjs.com/package/@prisma/management-api-sdk) is a TypeScript SDK for the [Prisma Developer Platform Management API](/v6/postgres/introduction/management-api). Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh. Based on the [public OpenAPI 3.1 specification](https://api.prisma.io/v1/swagger-editor). diff --git a/apps/docs/content/docs.v6/postgres/introduction/npx-create-db.mdx b/apps/docs/content/docs.v6/postgres/introduction/npx-create-db.mdx index 8d7e766141..9b8ac953f7 100644 --- a/apps/docs/content/docs.v6/postgres/introduction/npx-create-db.mdx +++ b/apps/docs/content/docs.v6/postgres/introduction/npx-create-db.mdx @@ -19,7 +19,7 @@ To use `npx create-db`, you need: - **Node.js** version `16` or higher (we recommend the latest LTS version). - **npm** (comes with Node.js) to run `npx` commands. -**A Prisma Data Platform account is not required** to create a temporary database. However, if you want to keep a database permanently, you can claim it ([details below](#claiming-your-database)). +**A Prisma Developer Platform account is not required** to create a temporary database. However, if you want to keep a database permanently, you can claim it ([details below](#claiming-your-database)). ### Option 1: Using the web interface (recommended) @@ -134,14 +134,14 @@ To claim your database and make it permanent: 1. Copy the **claim URL** from the CLI output. 2. Open it in your browser and click **Claim database**. -3. Sign in to your [Prisma Data Platform account](https://console.prisma.io/) (or create one if you don’t have it yet). +3. Sign in to your [Prisma Developer Platform account](https://console.prisma.io/) (or create one if you don’t have it yet). 4. Choose a **Workspace** that has capacity for creating new projects. 5. Click **Authorize Prisma Create DB** to confirm. 6. You’ll be redirected to a success page. Then, click **Go use your database** to view and manage the claimed database in your workspace. When you claim a database: -- It's moved into your Prisma Data Platform account workspace. +- It's moved into your Prisma Developer Platform account workspace. - It's no longer auto-deleted after 24 hours. - You can continue using it as a permanent database instance. diff --git a/apps/docs/content/docs.v6/postgres/query-optimization/setup.mdx b/apps/docs/content/docs.v6/postgres/query-optimization/setup.mdx index 052ec21202..961d0e197a 100644 --- a/apps/docs/content/docs.v6/postgres/query-optimization/setup.mdx +++ b/apps/docs/content/docs.v6/postgres/query-optimization/setup.mdx @@ -10,7 +10,7 @@ metaDescription: Learn how to quickly set up and start optimizing Prisma Postgre Before you begin with Prisma Optimize for Prisma Postgres, 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 [Prisma Postgres database](/v6/postgres/getting-started). @@ -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=ppg_optimize_page). +1. Log in to your [Prisma Developer Platform account](https://console.prisma.io/optimize?utm_source=docs&utm_medium=ppg_optimize_page). 2. Click the **Optimize** tab on the left navigation. 3. Click the **Generate API key** button. 4. Copy the API key that appears and paste it somewhere safe, like a password manager. diff --git a/apps/docs/content/docs/(index)/prisma-postgres/from-the-cli.mdx b/apps/docs/content/docs/(index)/prisma-postgres/from-the-cli.mdx index 983f24c01e..4d36dfeb4c 100644 --- a/apps/docs/content/docs/(index)/prisma-postgres/from-the-cli.mdx +++ b/apps/docs/content/docs/(index)/prisma-postgres/from-the-cli.mdx @@ -23,7 +23,7 @@ npx prisma@latest init --db Once this command has 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. diff --git a/apps/docs/content/docs/(index)/prisma-postgres/import-from-existing-database-mysql.mdx b/apps/docs/content/docs/(index)/prisma-postgres/import-from-existing-database-mysql.mdx index 559c145639..4759001ed2 100644 --- a/apps/docs/content/docs/(index)/prisma-postgres/import-from-existing-database-mysql.mdx +++ b/apps/docs/content/docs/(index)/prisma-postgres/import-from-existing-database-mysql.mdx @@ -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. @@ -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](/console/concepts#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. diff --git a/apps/docs/content/docs/(index)/prisma-postgres/import-from-existing-database-postgresql.mdx b/apps/docs/content/docs/(index)/prisma-postgres/import-from-existing-database-postgresql.mdx index 258e017732..57bf895d04 100644 --- a/apps/docs/content/docs/(index)/prisma-postgres/import-from-existing-database-postgresql.mdx +++ b/apps/docs/content/docs/(index)/prisma-postgres/import-from-existing-database-postgresql.mdx @@ -19,7 +19,7 @@ In the third step, you will be using a [direct connection](/postgres/database/di ## 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 @@ -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](/console/concepts#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. diff --git a/apps/docs/content/docs/(index)/prisma-postgres/quickstart/drizzle-orm.mdx b/apps/docs/content/docs/(index)/prisma-postgres/quickstart/drizzle-orm.mdx index 7063e198fa..d049e1f0f2 100644 --- a/apps/docs/content/docs/(index)/prisma-postgres/quickstart/drizzle-orm.mdx +++ b/apps/docs/content/docs/(index)/prisma-postgres/quickstart/drizzle-orm.mdx @@ -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 diff --git a/apps/docs/content/docs/(index)/prisma-postgres/quickstart/kysely.mdx b/apps/docs/content/docs/(index)/prisma-postgres/quickstart/kysely.mdx index 8ece2682cf..6137032c0c 100644 --- a/apps/docs/content/docs/(index)/prisma-postgres/quickstart/kysely.mdx +++ b/apps/docs/content/docs/(index)/prisma-postgres/quickstart/kysely.mdx @@ -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 diff --git a/apps/docs/content/docs/(index)/prisma-postgres/quickstart/typeorm.mdx b/apps/docs/content/docs/(index)/prisma-postgres/quickstart/typeorm.mdx index 66514c0f36..b040127983 100644 --- a/apps/docs/content/docs/(index)/prisma-postgres/quickstart/typeorm.mdx +++ b/apps/docs/content/docs/(index)/prisma-postgres/quickstart/typeorm.mdx @@ -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. :::note diff --git a/apps/docs/content/docs/accelerate/caching.mdx b/apps/docs/content/docs/accelerate/caching.mdx index c1e3b7ed57..ae6f90d31b 100644 --- a/apps/docs/content/docs/accelerate/caching.mdx +++ b/apps/docs/content/docs/accelerate/caching.mdx @@ -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](/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](/accelerate/getting-started). This content has moved — learn more on the updated [Caching in Accelerate](/postgres/database/caching) page. diff --git a/apps/docs/content/docs/accelerate/connection-pooling.mdx b/apps/docs/content/docs/accelerate/connection-pooling.mdx index 05aec8d4b2..d837b3f487 100644 --- a/apps/docs/content/docs/accelerate/connection-pooling.mdx +++ b/apps/docs/content/docs/accelerate/connection-pooling.mdx @@ -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](/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](/accelerate/getting-started). +Accelerate provides built-in connection pooling to efficiently manage database connections. It's included as part of [Prisma Postgres](/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](/accelerate/getting-started). This page has moved, connection pooling in Prisma Accelerate is now documented in the [Prisma Postgres section](/postgres/database/connection-pooling). diff --git a/apps/docs/content/docs/accelerate/getting-started.mdx b/apps/docs/content/docs/accelerate/getting-started.mdx index 9f41f3b0d2..91dff8e47f 100644 --- a/apps/docs/content/docs/accelerate/getting-started.mdx +++ b/apps/docs/content/docs/accelerate/getting-started.mdx @@ -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](/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 diff --git a/apps/docs/content/docs/ai/tools/chatgpt.mdx b/apps/docs/content/docs/ai/tools/chatgpt.mdx index a72b6dc05f..9dd2c3ab92 100644 --- a/apps/docs/content/docs/ai/tools/chatgpt.mdx +++ b/apps/docs/content/docs/ai/tools/chatgpt.mdx @@ -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 diff --git a/apps/docs/content/docs/cli/init.mdx b/apps/docs/content/docs/cli/init.mdx index 667d373f75..ff3adae013 100644 --- a/apps/docs/content/docs/cli/init.mdx +++ b/apps/docs/content/docs/cli/init.mdx @@ -21,7 +21,7 @@ The command creates a `prisma` directory containing a `schema.prisma` file. By d | Option | Description | | ----------------------- | --------------------------------------------------------------------------------------------------------- | | `-h`, `--help` | Display help message | -| `--db` | Provision a fully managed Prisma Postgres database on the Prisma Data Platform | +| `--db` | Provision a fully managed Prisma Postgres database on the Prisma Developer Platform | | `--datasource-provider` | Define the datasource provider: `postgresql`, `mysql`, `sqlite`, `sqlserver`, `mongodb`, or `cockroachdb` | | `--generator-provider` | Define the generator provider to use (default: `prisma-client-js`) | | `--preview-feature` | Define a preview feature to use (can be specified multiple times) | @@ -106,7 +106,7 @@ Create a new project with a managed Prisma Postgres database: npx prisma init --db ``` -This requires authentication with the [Prisma Data Platform Console](https://console.prisma.io). +This requires authentication with the [Prisma Developer Platform Console](https://console.prisma.io). ## Generated files diff --git a/apps/docs/content/docs/console/features/optimize.mdx b/apps/docs/content/docs/console/features/optimize.mdx index 9d67181b4c..5b7435b5b2 100644 --- a/apps/docs/content/docs/console/features/optimize.mdx +++ b/apps/docs/content/docs/console/features/optimize.mdx @@ -6,7 +6,7 @@ metaDescription: 'Access the Prisma Optimize dashboard from Console. Generate AP url: /console/features/optimize --- -You can access Optimize within your [Prisma Data Platform account](https://console.prisma.io/optimize) workspace. +You can access Optimize within your [Prisma Developer Platform account](https://console.prisma.io/optimize) workspace. ## Accessing the Optimize dashboard diff --git a/apps/docs/content/docs/console/index.mdx b/apps/docs/content/docs/console/index.mdx index 27975c646c..587dba3145 100644 --- a/apps/docs/content/docs/console/index.mdx +++ b/apps/docs/content/docs/console/index.mdx @@ -3,7 +3,7 @@ title: Console description: Learn how to use the Console to manage and integrate Prisma products into your application. url: /console metaTitle: General | Prisma Console -metaDescription: Learn about the Console to integrate the Prisma Data Platform products. +metaDescription: Learn about the Console to integrate the Prisma Developer Platform products. --- ## Overview diff --git a/apps/docs/content/docs/console/more/feature-maturity.mdx b/apps/docs/content/docs/console/more/feature-maturity.mdx index 24dfcbb0c4..18659eb143 100644 --- a/apps/docs/content/docs/console/more/feature-maturity.mdx +++ b/apps/docs/content/docs/console/more/feature-maturity.mdx @@ -3,7 +3,7 @@ title: Feature Maturity description: Understand Early Access and Preview feature stages in the Console url: /console/more/feature-maturity metaTitle: 'Console: Maturity levels' -metaDescription: Understand the maturity levels for features in Prisma Data Platform +metaDescription: Understand the maturity levels for features in Prisma Developer Platform --- Prisma releases updates to Console multiple times per week, as opposed to the Prisma ORM that we release on a set schedule every few weeks. This is why we consider the lifecycle and process for maturing features in Console differently. diff --git a/apps/docs/content/docs/guides/database/multiple-databases.mdx b/apps/docs/content/docs/guides/database/multiple-databases.mdx index b6f746afb8..966a37b544 100644 --- a/apps/docs/content/docs/guides/database/multiple-databases.mdx +++ b/apps/docs/content/docs/guides/database/multiple-databases.mdx @@ -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 @@ -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"`). diff --git a/apps/docs/content/docs/guides/deployment/bun-workspaces.mdx b/apps/docs/content/docs/guides/deployment/bun-workspaces.mdx index dce91fa2a8..ddbf399067 100644 --- a/apps/docs/content/docs/guides/deployment/bun-workspaces.mdx +++ b/apps/docs/content/docs/guides/deployment/bun-workspaces.mdx @@ -86,7 +86,7 @@ We're going to be using [Prisma Postgres](/postgres) in this guide. If you're no 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 `prisma.config.ts` file (which uses `process.env["DATABASE_URL"]` and expects `dotenv`). - 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..."`). diff --git a/apps/docs/content/docs/guides/deployment/pnpm-workspaces.mdx b/apps/docs/content/docs/guides/deployment/pnpm-workspaces.mdx index 2bf078aaad..8ff85f5579 100644 --- a/apps/docs/content/docs/guides/deployment/pnpm-workspaces.mdx +++ b/apps/docs/content/docs/guides/deployment/pnpm-workspaces.mdx @@ -120,7 +120,7 @@ We're going to be using [Prisma Postgres](/postgres) in this guide. If you're no 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..."`). diff --git a/apps/docs/content/docs/guides/integrations/github-actions.mdx b/apps/docs/content/docs/guides/integrations/github-actions.mdx index 4f7187ace5..35deade4fc 100644 --- a/apps/docs/content/docs/guides/integrations/github-actions.mdx +++ b/apps/docs/content/docs/guides/integrations/github-actions.mdx @@ -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 diff --git a/apps/docs/content/docs/guides/making-guides.mdx b/apps/docs/content/docs/guides/making-guides.mdx index 0892bfada6..f5eb15b502 100644 --- a/apps/docs/content/docs/guides/making-guides.mdx +++ b/apps/docs/content/docs/guides/making-guides.mdx @@ -47,7 +47,7 @@ All frontmatter fields should use sentence case. 2. **Prerequisites** (H2: `##`) - Required software/tools with version numbers (e.g., "Node.js 20+") - - Required accounts (e.g., "A Prisma Data Platform account") + - Required accounts (e.g., "A Prisma Developer Platform account") - Keep it concise - only list what's truly necessary 3. **Main content sections** (H2: `##`) diff --git a/apps/docs/content/docs/guides/postgres/vscode.mdx b/apps/docs/content/docs/guides/postgres/vscode.mdx index dccd332895..8bf8cc3ffb 100644 --- a/apps/docs/content/docs/guides/postgres/vscode.mdx +++ b/apps/docs/content/docs/guides/postgres/vscode.mdx @@ -120,7 +120,7 @@ VS Code agent mode can perform the following tasks: - Check migration status (e.g. Flag unapplied migrations) - Create and apply schema migrations automatically -- Sign in to the Prisma Data Platform +- Sign in to the Prisma Developer Platform - Provision Prisma Postgres instances, letting you start coding right away ### How to enable and use the VS Code agent @@ -136,12 +136,12 @@ To use the agent mode: 1. Open [GitHub Copilot Chat in VS Code and switch to **Agent** mode](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode#_use-agent-mode). 2. With GitHub Copilot Chat open and the Prisma extension updated, you can simply type a request such as: "Create a new database for me and add the connection string to the .env file". 3. The agent will request permission to make changes in your workspace. -4. It automatically handles login to your Prisma Data Platform account before proceeding. +4. It automatically handles login to your Prisma Developer Platform account before proceeding. 5. Upon approval, the agent creates the new database and adds the connection string to your `.env` file. 6. You can also use agent mode to run migrations, generate the Prisma Client, and perform other tasks. :::note -Currently, the agent mode uses your default [workspace](/console/concepts#workspace) in the Prisma Data Platform. +Currently, the agent mode uses your default [workspace](/console/concepts#workspace) in the Prisma Developer Platform. ::: ### Querying Prisma docs from VS Code using GitHub Copilot diff --git a/apps/docs/content/docs/management-api/getting-started.mdx b/apps/docs/content/docs/management-api/getting-started.mdx index 2b003a8993..24599e7dc1 100644 --- a/apps/docs/content/docs/management-api/getting-started.mdx +++ b/apps/docs/content/docs/management-api/getting-started.mdx @@ -13,7 +13,7 @@ You'll authenticate via a service token, set up your environment, and run a scri ## 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 diff --git a/apps/docs/content/docs/management-api/sdk.mdx b/apps/docs/content/docs/management-api/sdk.mdx index 47561a1b93..bf826ecb2c 100644 --- a/apps/docs/content/docs/management-api/sdk.mdx +++ b/apps/docs/content/docs/management-api/sdk.mdx @@ -1,14 +1,14 @@ --- title: SDK -description: 'A TypeScript SDK for the Prisma Data Platform Management API. Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh' +description: 'A TypeScript SDK for the Prisma Developer Platform Management API. Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh' url: /management-api/sdk metaTitle: 'Prisma Postgres: Management API SDK' -metaDescription: 'A TypeScript SDK for the Prisma Data Platform Management API. Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh.' +metaDescription: 'A TypeScript SDK for the Prisma Developer Platform Management API. Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh.' --- ## Overview -The [`@prisma/management-api-sdk`](https://www.npmjs.com/package/@prisma/management-api-sdk) is a TypeScript SDK for the [Prisma Data Platform Management API](/management-api). Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh. +The [`@prisma/management-api-sdk`](https://www.npmjs.com/package/@prisma/management-api-sdk) is a TypeScript SDK for the [Prisma Developer Platform Management API](/management-api). Use the simple client for direct API access, or the full SDK with built-in OAuth authentication and automatic token refresh. Based on the [public OpenAPI 3.1 specification](https://api.prisma.io/v1/swagger-editor). diff --git a/apps/docs/content/docs/optimize/getting-started.mdx b/apps/docs/content/docs/optimize/getting-started.mdx index a74946fb19..68144f3802 100644 --- a/apps/docs/content/docs/optimize/getting-started.mdx +++ b/apps/docs/content/docs/optimize/getting-started.mdx @@ -10,7 +10,7 @@ metaDescription: Learn how to quickly set up and start optimizing Prisma Postgre Before you begin with Prisma Optimize, ensure you have: -- 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](/orm/prisma-client/setup-and-configuration/introduction) - A PostgreSQL, MySQL/MariaDB, CockroachDB, or MS SQL Server database @@ -20,7 +20,7 @@ Prisma Optimize is intended for use in local development environments. Learn mor ## 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. Click the **Optimize** tab in the left navigation 3. Click **Generate API key** 4. Copy the API key and save it securely diff --git a/apps/docs/content/docs/orm/more/comparisons/prisma-and-drizzle.mdx b/apps/docs/content/docs/orm/more/comparisons/prisma-and-drizzle.mdx index 42d4a50df2..576ede4c55 100644 --- a/apps/docs/content/docs/orm/more/comparisons/prisma-and-drizzle.mdx +++ b/apps/docs/content/docs/orm/more/comparisons/prisma-and-drizzle.mdx @@ -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. diff --git a/apps/docs/content/docs/orm/prisma-client/deployment/edge/deploy-to-cloudflare.mdx b/apps/docs/content/docs/orm/prisma-client/deployment/edge/deploy-to-cloudflare.mdx index d96735ac8c..820e5bf466 100644 --- a/apps/docs/content/docs/orm/prisma-client/deployment/edge/deploy-to-cloudflare.mdx +++ b/apps/docs/content/docs/orm/prisma-client/deployment/edge/deploy-to-cloudflare.mdx @@ -37,7 +37,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..."`). diff --git a/apps/docs/content/docs/orm/prisma-client/deployment/edge/deploy-to-deno-deploy.mdx b/apps/docs/content/docs/orm/prisma-client/deployment/edge/deploy-to-deno-deploy.mdx index 2c678e84e0..7ab3fb958f 100644 --- a/apps/docs/content/docs/orm/prisma-client/deployment/edge/deploy-to-deno-deploy.mdx +++ b/apps/docs/content/docs/orm/prisma-client/deployment/edge/deploy-to-deno-deploy.mdx @@ -11,7 +11,7 @@ This guide covers Deno CLI, Deno Deploy, Prisma Client with the Postgres adapter ## 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 - [Deno](https://docs.deno.com/runtime/#install-deno) v2.0 or later installed - (Recommended) [Deno extension for VS Code](https://docs.deno.com/runtime/reference/vscode/) @@ -29,7 +29,7 @@ deno run -A npm:prisma@latest init --db Enter a name for your project and choose a database region. This command: -- Connects to the [Prisma Data Platform](https://console.prisma.io) (opens browser for authentication) +- Connects to the [Prisma Developer Platform](https://console.prisma.io) (opens browser for authentication) - Creates a `prisma/schema.prisma` file for your database models - Creates a `.env` file with your `DATABASE_URL` - Creates a `prisma.config.ts` configuration file diff --git a/apps/docs/content/docs/orm/prisma-client/deployment/traditional/deploy-to-railway.mdx b/apps/docs/content/docs/orm/prisma-client/deployment/traditional/deploy-to-railway.mdx index f37fdb5e04..e4343ce15c 100644 --- a/apps/docs/content/docs/orm/prisma-client/deployment/traditional/deploy-to-railway.mdx +++ b/apps/docs/content/docs/orm/prisma-client/deployment/traditional/deploy-to-railway.mdx @@ -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 diff --git a/apps/docs/content/docs/orm/reference/prisma-cli-reference.mdx b/apps/docs/content/docs/orm/reference/prisma-cli-reference.mdx index 36420d2f95..4e6ef929b8 100644 --- a/apps/docs/content/docs/orm/reference/prisma-cli-reference.mdx +++ b/apps/docs/content/docs/orm/reference/prisma-cli-reference.mdx @@ -1566,11 +1566,11 @@ Other options: --to-schema=schema.prisma ``` -## Prisma Data Platform +## Prisma Developer Platform ### `platform` ([Early Access](/console/more/feature-maturity#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. diff --git a/apps/docs/content/docs/postgres/npx-create-db.mdx b/apps/docs/content/docs/postgres/npx-create-db.mdx index 9318186110..82e1d46c2c 100644 --- a/apps/docs/content/docs/postgres/npx-create-db.mdx +++ b/apps/docs/content/docs/postgres/npx-create-db.mdx @@ -19,7 +19,7 @@ To use `npx create-db`, you need: - **Node.js** version `16` or higher (we recommend the latest LTS version). - **npm** (comes with Node.js) to run `npx` commands. -**A Prisma Data Platform account is not required** to create a temporary database. However, if you want to keep a database permanently, you can claim it ([details below](#claiming-your-database)). +**A Prisma Developer Platform account is not required** to create a temporary database. However, if you want to keep a database permanently, you can claim it ([details below](#claiming-your-database)). ### Option 1: Using the web interface (recommended) @@ -134,14 +134,14 @@ To claim your database and make it permanent: 1. Copy the **claim URL** from the CLI output. 2. Open it in your browser and click **Claim database**. -3. Sign in to your [Prisma Data Platform account](https://console.prisma.io/) (or create one if you don’t have it yet). +3. Sign in to your [Prisma Developer Platform account](https://console.prisma.io/) (or create one if you don’t have it yet). 4. Choose a **Workspace** that has capacity for creating new projects. 5. Click **Authorize Prisma Create DB** to confirm. 6. You’ll be redirected to a success page. Then, click **Go use your database** to view and manage the claimed database in your workspace. When you claim a database: -- It's moved into your Prisma Data Platform account workspace. +- It's moved into your Prisma Developer Platform account workspace. - It's no longer auto-deleted after 24 hours. - You can continue using it as a permanent database instance.