prisma · Prisma Docs
Prisma Database (/docs/postgres/database)
A guide to managing Prisma Postgres operations including database connection, connection pooling, query inspection, maintenance, backups, and local development setup.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Prisma Database (/docs/postgres/database)
A guide to managing Prisma Postgres operations including database connection, connection pooling, query inspection, maintenance, backups, and local development setup.
When To Use
Use when you need to configure database connections, manage connection pooling, perform database maintenance, or set up local development environments for Prisma Postgres.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prisma-database-docs-postgres-workflow-guide.md | A guide covering Prisma Postgres connection methods, connection pooling, query inspection, and database management in development and production environments. | Questions about a guide covering Prisma Postgres connection methods, connection pooling, query inspection, and database management in... |
What This Skill Covers
- Database (/docs/postgres/database)
- Main sections:
Related pages.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://www.prisma.io/docs/postgres/database