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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion apps/docs/content/docs/postgres/integrations/meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"title": "Tools & Integrations",
"pages": ["raycast"]
"pages": [
"raycast",
"[MCP](/ai/tools/mcp-server)",
"[Studio](/studio)",
"[VSCode](/guides/postgres/vscode)"
]
}
2 changes: 1 addition & 1 deletion apps/docs/content/docs/postgres/integrations/raycast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url: /postgres/integrations/raycast

## Overview

[Raycast](https://www.raycast.com/) is a blazingly fast, extendable launcher for macOS that lets you control your tools with a few keystrokes. The [Prisma Postgres Raycast extension](https://www.raycast.com/amanvarshney01/prisma-postgres) brings database creation and management directly into your workflow.
[Raycast](https://www.raycast.com/) is a fast and extendable launcher for macOS that lets you control your tools with a few keystrokes. The [Prisma Postgres Raycast extension](https://www.raycast.com/amanvarshney01/prisma-postgres) brings database creation and management directly into your workflow.

With the Prisma Postgres extension, you can create production-ready Postgres databases in seconds without leaving Raycast, making it perfect for rapid prototyping and development.

Expand Down
Loading