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..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 @@ -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) 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, 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 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..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 @@ -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) 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, 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 42c5f5895c..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 @@ -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) 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, 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 Using Windsurf with Prisma can speed up development while ensuring clean and maintainable database code. To keep learning: