npx skills add https://github.com/prisma/skills --skill prisma-postgres关于在交互式和编程工作流中创建、管理和集成 Prisma Postgres 的指南。
在以下情况时参考此技能:
create-db 配置即时临时数据库@prisma/management-api-sdk| 优先级 | 类别 | 影响 | 前缀 |
|---|---|---|---|
| 1 | CLI 配置 | 关键 | create-db-cli |
| 2 | Management API | 关键 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
management-api| 3 | Management API SDK | 高 | management-api-sdk |
| 4 | 控制台与连接 | 高 | console-and-connections |
create-db-cli - 即时数据库和 CLI 选项management-api - 服务令牌和 OAuth API 工作流management-api-sdk - 使用令牌存储的类型化 SDK 用法console-and-connections - 控制台操作和连接设置使用 Prisma Console 进行手动设置和操作:
https://console.prisma.io当你需要立即获得一个数据库时,使用 create-db:
npx create-db@latest
别名:
npx create-pg@latest
npx create-postgres@latest
对于应用集成,你也可以使用 create-db npm 包中的编程 API(create() / regions())。
临时数据库在约 24 小时后会自动删除,除非被认领。
在以下地址使用 API 端点:
https://api.prisma.io/v1
使用以下方式探索模式和端点:
https://api.prisma.io/v1/dochttps://api.prisma.io/v1/swagger-editor认证选项:
安装并使用:
npm install @prisma/management-api-sdk
使用 createManagementApiClient 处理现有令牌,或使用 createManagementApiSdk 处理 OAuth + 令牌刷新。
详细指南位于:
references/console-and-connections.md
references/create-db-cli.md
references/management-api.md
references/management-api-sdk.md
从 references/create-db-cli.md 开始进行快速设置,然后在需要编程式配置时切换到 references/management-api.md 或 references/management-api-sdk.md。
每周安装量
1.5K
仓库
GitHub 星标数
26
首次出现
2026年2月6日
安全审计
安装于
github-copilot1.4K
codex1.4K
opencode1.4K
gemini-cli1.4K
kimi-cli1.4K
amp1.4K
Guidance for creating, managing, and integrating Prisma Postgres across interactive and programmatic workflows.
Reference this skill when:
create-db@prisma/management-api-sdk in TypeScript/JavaScript| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | CLI Provisioning | CRITICAL | create-db-cli |
| 2 | Management API | CRITICAL | management-api |
| 3 | Management API SDK | HIGH | management-api-sdk |
| 4 | Console and Connections | HIGH | console-and-connections |
create-db-cli - instant databases and CLI optionsmanagement-api - service token and OAuth API workflowsmanagement-api-sdk - typed SDK usage with token storageconsole-and-connections - Console operations and connection setupUse Prisma Console for manual setup and operations:
https://console.prisma.ioUse create-db when you need a database immediately:
npx create-db@latest
Aliases:
npx create-pg@latest
npx create-postgres@latest
For app integrations, you can also use the programmatic API (create() / regions()) from the create-db npm package.
Temporary databases auto-delete after ~24 hours unless claimed.
Use API endpoints on:
https://api.prisma.io/v1
Explore the schema and endpoints using:
https://api.prisma.io/v1/dochttps://api.prisma.io/v1/swagger-editorAuth options:
Install and use:
npm install @prisma/management-api-sdk
Use createManagementApiClient for existing tokens, or createManagementApiSdk for OAuth + token refresh.
Detailed guidance lives in:
references/console-and-connections.md
references/create-db-cli.md
references/management-api.md
references/management-api-sdk.md
Start with references/create-db-cli.md for fast setup, then switch to references/management-api.md or references/management-api-sdk.md when you need programmatic provisioning.
Weekly Installs
1.5K
Repository
GitHub Stars
26
First Seen
Feb 6, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
github-copilot1.4K
codex1.4K
opencode1.4K
gemini-cli1.4K
kimi-cli1.4K
amp1.4K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装