使用 Prisma + AI 更快地构建
在人工智能时代,代码越来越多地由代理编写,确保清晰度、类型安全性和可靠的基础设施至关重要。凭借在 TypeScript 生态系统中 5 年以上的领导地位,Prisma ORM 和 Prisma Postgres 为 AI 辅助开发提供了成熟的基础。
¥In the era of AI, where code is increasingly written by agents, ensuring clarity, type safety, and reliable infrastructure is essential. With 5+ years of leadership in the TypeScript ecosystem, Prisma ORM and Prisma Postgres provide the proven foundation for AI-assisted development.
立即开始
¥Get started
运行以下命令,使用提示符引导数据库:
¥Run the following command to bootstrap your database with a prompt:
npx prisma init --prompt "Create a habit tracker application"
AI 编码工具
¥AI Coding Tools
Prisma ORM 和 Prisma Postgres 与你的 AI 编码工具无缝集成。查看我们的文档,了解在各种 AI 编辑器中使用 Prisma 的技巧和窍门。
¥Prisma ORM and Prisma Postgres integrate seamlessly with your AI coding tools. Check out our documentation with tips and tricks for working with Prisma in various AI editors.
Cursor
Set up Prisma ORM from scratch with a SQLite database in 5 minutes.
Windsurf
Explore our ready-to-run examples with your favorite frameworks and libraries.
Github Copilot
Set up Prisma ORM from scratch with a SQLite database in 5 minutes.
Tabnine
Explore our ready-to-run examples with your favorite frameworks and libraries.
MCP 服务器
¥MCP server
借助 Prisma 的 MCP 服务器,你的 AI 工具可以代表你执行数据库操作:配置新的 Prisma Postgres 实例、创建数据库备份和执行 SQL 查询只是其部分功能。
¥With Prisma’s MCP server, your AI tool can take database actions on your behalf: Provisioning a new Prisma Postgres instance, creating database backups and executing SQL queries are just a few of its capabilities.
- Integrate in AI tool (JSON)
- Start MCP Server (CLI)
{
"mcpServers": {
"Prisma-Remote": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
}
}
}
npx -y mcp-remote https://mcp.prisma.io/mcp
资源
¥Resources
Vibe Coding with Limits — How to Build Apps in the Age of AI
集成
¥Integrations