From 1037177df38ca2f3a6cf4a42577cf7e19f1118ab Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:28:21 +0600 Subject: [PATCH 1/4] feat: add mention of prisma vs code agent --- .../800-more/350-ai-tools/100-cursor.mdx | 31 +++++++++++++++++++ .../800-more/350-ai-tools/200-tabnine.mdx | 31 +++++++++++++++++++ .../800-more/350-ai-tools/300-windsurf.mdx | 31 +++++++++++++++++++ 3 files changed, 93 insertions(+) diff --git a/content/200-orm/800-more/350-ai-tools/100-cursor.mdx b/content/200-orm/800-more/350-ai-tools/100-cursor.mdx index 4aaf3a9924..5187be5c7b 100644 --- a/content/200-orm/800-more/350-ai-tools/100-cursor.mdx +++ b/content/200-orm/800-more/350-ai-tools/100-cursor.mdx @@ -516,6 +516,37 @@ main() +## Using the Prisma VS Code extension to manage your database + +The [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma) is a powerful tool for building applications with [Prisma Postgres](/postgres). You can also use it in Cursor by installing the extension. It provides a dedicated UI for managing Prisma Postgres instances, both local and remote, making it easy to view, create, and delete instances, push local databases to the cloud, and visualize your schema. + +### Database management UI + +With its built-in database management interface, the [Prisma VS Code extension](/postgres/integrations/vscode-extension) lets you easily work with local and remote Prisma Postgres instances from inside your editor. + +#### Workflows + +The UI enables the following workflows: + +- Authenticate with the [Prisma Console](https://console.prisma.io) +- View, create and delete Prisma Postgres instances (local & remote) +- "Push to cloud": Easily deploy a local Prisma Postgres instance +- View and edit data via an embedded Prisma Studio +- Visualize your database schema + +#### Usage + +To manage Prisma Postgres instances via the UI in the Prisma VS Code extension: + +1. Ensure you have the latest version of the [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma) installed +1. Find the Prisma logo in the **Activity Bar** +1. Click the **Sign in to get started** button +1. Authenticate with the [Prisma Console](https://console.prisma.io) via the popup and select a target [workspace](/platform/about#workspace) + +### Prisma Studio built-in + +Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of Cursor. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. + ## Additional resources In summary, using Cursor with Prisma simplifies your workflow, from generating schemas and queries to writing seed scripts. By following this guide, you can save time, reduce errors, and focus on building your application. diff --git a/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx b/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx index 800a3f6403..80eb5e873d 100644 --- a/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx +++ b/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx @@ -452,3 +452,34 @@ main() await prisma.$disconnect(); }); ``` + +## Using the Prisma VS Code extension to manage your database + +The [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma) is a powerful tool for building applications with [Prisma Postgres](/postgres). If you are using Tabnine in an editor that allows you to install the Prisma VS Code extension and you are using Prisma Postgres, you should use it. The extension provides a dedicated UI for managing Prisma Postgres instances, both local and remote, making it easy to view, create, and delete instances, push local databases to the cloud, and visualize your schema. + +### Database management UI + +With its built-in database management interface, the [Prisma VS Code extension](/postgres/integrations/vscode-extension) lets you easily work with local and remote Prisma Postgres instances from inside your editor. + +#### Workflows + +The UI enables the following workflows: + +- Authenticate with the [Prisma Console](https://console.prisma.io) +- View, create and delete Prisma Postgres instances (local & remote) +- "Push to cloud": Easily deploy a local Prisma Postgres instance +- View and edit data via an embedded Prisma Studio +- Visualize your database schema + +#### Usage + +To manage Prisma Postgres instances via the UI in the Prisma VS Code extension: + +1. Ensure you have the latest version of the [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma) installed +1. Find the Prisma logo in the **Activity Bar** +1. Click the **Sign in to get started** button +1. Authenticate with the [Prisma Console](https://console.prisma.io) via the popup and select a target [workspace](/platform/about#workspace) + +### Prisma Studio built-in + +Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of Cursor. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. diff --git a/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx b/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx index 42c5f5895c..11a4eeb8f2 100644 --- a/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx +++ b/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx @@ -540,6 +540,37 @@ main() +## Using the Prisma VS Code extension to manage your database + +The [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma) is a powerful tool for building applications with [Prisma Postgres](/postgres). You can also use it in Windsurf by installing the extension. It provides a dedicated UI for managing Prisma Postgres instances, both local and remote, making it easy to view, create, and delete instances, push local databases to the cloud, and visualize your schema. + +### Database management UI + +With its built-in database management interface, [the Prisma VS Code extension](/postgres/integrations/vscode-extension) lets you easily work with local and remote Prisma Postgres instances from inside your editor. + +#### Workflows + +The UI enables the following workflows: + +- Authenticate with the [Prisma Console](https://console.prisma.io) +- View, create and delete Prisma Postgres instances (local & remote) +- "Push to cloud": Easily deploy a local Prisma Postgres instance +- View and edit data via an embedded Prisma Studio +- Visualize your database schema + +#### Usage + +To manage Prisma Postgres instances via the UI in the Prisma VS Code extension: + +1. Ensure you have the latest version of the [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma) installed +1. Find the Prisma logo in the **Activity Bar** +1. Click the **Sign in to get started** button +1. Authenticate with the [Prisma Console](https://console.prisma.io) via the popup and select a target [workspace](/platform/about#workspace) + +### Prisma Studio built-in + +Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of Cursor. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. + ## Additional resources Using Windsurf with Prisma can speed up development while ensuring clean and maintainable database code. To keep learning: From 54c8108b7e420178f39daa28c0303381a64d8b1d Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:40:52 +0600 Subject: [PATCH 2/4] fix: remove incorrect referenances --- content/200-orm/800-more/350-ai-tools/200-tabnine.mdx | 2 +- content/200-orm/800-more/350-ai-tools/300-windsurf.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx b/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx index 80eb5e873d..b49ecdb2d0 100644 --- a/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx +++ b/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx @@ -482,4 +482,4 @@ To manage Prisma Postgres instances via the UI in the Prisma VS Code extension: ### Prisma Studio built-in -Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of Cursor. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. +Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of your editor. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. diff --git a/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx b/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx index 11a4eeb8f2..5e0d91bda5 100644 --- a/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx +++ b/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx @@ -569,7 +569,7 @@ To manage Prisma Postgres instances via the UI in the Prisma VS Code extension: ### Prisma Studio built-in -Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of Cursor. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. +Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of Windsurf. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. ## Additional resources From cfa18adbc7bb6070e24461a66d8dec2e41db3ddb Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:41:45 +0600 Subject: [PATCH 3/4] refine: clear language --- content/200-orm/800-more/350-ai-tools/200-tabnine.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx b/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx index b49ecdb2d0..85d2e08e70 100644 --- a/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx +++ b/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx @@ -482,4 +482,4 @@ To manage Prisma Postgres instances via the UI in the Prisma VS Code extension: ### Prisma Studio built-in -Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of your editor. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. +Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. From 17506246afee308eb8a3aecee5a26dfad0347b2f Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:42:56 +0600 Subject: [PATCH 4/4] fix: add coderabbit nits --- content/200-orm/800-more/350-ai-tools/100-cursor.mdx | 6 +++--- content/200-orm/800-more/350-ai-tools/200-tabnine.mdx | 6 +++--- content/200-orm/800-more/350-ai-tools/300-windsurf.mdx | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/200-orm/800-more/350-ai-tools/100-cursor.mdx b/content/200-orm/800-more/350-ai-tools/100-cursor.mdx index 5187be5c7b..368967f5eb 100644 --- a/content/200-orm/800-more/350-ai-tools/100-cursor.mdx +++ b/content/200-orm/800-more/350-ai-tools/100-cursor.mdx @@ -529,7 +529,7 @@ With its built-in database management interface, the [Prisma VS Code extension]( The UI enables the following workflows: - Authenticate with the [Prisma Console](https://console.prisma.io) -- View, create and delete Prisma Postgres instances (local & remote) +- View, create and delete Prisma Postgres instances (local & remote) - "Push to cloud": Easily deploy a local Prisma Postgres instance - View and edit data via an embedded Prisma Studio - Visualize your database schema @@ -541,11 +541,11 @@ To manage Prisma Postgres instances via the UI in the Prisma VS Code extension: 1. Ensure you have the latest version of the [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma) installed 1. Find the Prisma logo in the **Activity Bar** 1. Click the **Sign in to get started** button -1. Authenticate with the [Prisma Console](https://console.prisma.io) via the popup and select a target [workspace](/platform/about#workspace) +1. Authenticate with the [Prisma Console](https://console.prisma.io) using the sign-in prompt, then select a target [workspace](/platform/about#workspace) ### Prisma Studio built-in -Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of Cursor. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. +Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor, making it easy to perform create, update, and delete operations on your database right inside Windsurf. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. ## Additional resources diff --git a/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx b/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx index 85d2e08e70..64b5d51735 100644 --- a/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx +++ b/content/200-orm/800-more/350-ai-tools/200-tabnine.mdx @@ -466,7 +466,7 @@ With its built-in database management interface, the [Prisma VS Code extension]( The UI enables the following workflows: - Authenticate with the [Prisma Console](https://console.prisma.io) -- View, create and delete Prisma Postgres instances (local & remote) +- View, create and delete Prisma Postgres instances (local & remote) - "Push to cloud": Easily deploy a local Prisma Postgres instance - View and edit data via an embedded Prisma Studio - Visualize your database schema @@ -478,8 +478,8 @@ To manage Prisma Postgres instances via the UI in the Prisma VS Code extension: 1. Ensure you have the latest version of the [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma) installed 1. Find the Prisma logo in the **Activity Bar** 1. Click the **Sign in to get started** button -1. Authenticate with the [Prisma Console](https://console.prisma.io) via the popup and select a target [workspace](/platform/about#workspace) +1. Authenticate with the [Prisma Console](https://console.prisma.io) using the sign-in prompt, then select a target [workspace](/platform/about#workspace) ### Prisma Studio built-in -Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. +Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor, making it easy to perform create, update, and delete operations on your database right inside Windsurf. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. diff --git a/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx b/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx index 5e0d91bda5..9255a7f083 100644 --- a/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx +++ b/content/200-orm/800-more/350-ai-tools/300-windsurf.mdx @@ -553,7 +553,7 @@ With its built-in database management interface, [the Prisma VS Code extension]( The UI enables the following workflows: - Authenticate with the [Prisma Console](https://console.prisma.io) -- View, create and delete Prisma Postgres instances (local & remote) +- View, create and delete Prisma Postgres instances (local & remote) - "Push to cloud": Easily deploy a local Prisma Postgres instance - View and edit data via an embedded Prisma Studio - Visualize your database schema @@ -565,11 +565,11 @@ To manage Prisma Postgres instances via the UI in the Prisma VS Code extension: 1. Ensure you have the latest version of the [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma) installed 1. Find the Prisma logo in the **Activity Bar** 1. Click the **Sign in to get started** button -1. Authenticate with the [Prisma Console](https://console.prisma.io) via the popup and select a target [workspace](/platform/about#workspace) +1. Authenticate with the [Prisma Console](https://console.prisma.io) using the sign-in prompt, then select a target [workspace](/platform/about#workspace) ### Prisma Studio built-in -Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor making it easy to perform create, update, delete steps on your database from right inside of Windsurf. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. +Beyond managing your database instances, the Prisma VS Code extension embeds Prisma Studio directly in your editor, making it easy to perform create, update, and delete operations on your database right inside Windsurf. Follow these [easy steps](/postgres/database/prisma-studio/studio-in-vs-code) to get started. ## Additional resources