prisma · Prisma Docs
Prisma Connection pooling (/docs/postgres/database/connection-pooling)
Explains how Prisma Postgres uses PgBouncer in transactional mode to multiplex connections and details the specific constraints regarding session state, query timeouts, and connection limits.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Prisma Connection pooling (/docs/postgres/database/connection-pooling)
Explains how Prisma Postgres uses PgBouncer in transactional mode to multiplex connections and details the specific constraints regarding session state, query timeouts, and connection limits.
When To Use
Use when deciding whether to route application traffic through a pooled hostname or a direct connection to manage concurrency, migrations, or workloads requiring session-level state.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prisma-connection-pooling-docs-postgres-database-workflow-guide.md | A guide explaining how Prisma routes application traffic through tenant-isolated PgBouncer instances in transactional pool mode for Postgres databases. | Questions about a guide explaining how Prisma routes application traffic through tenant-isolated PgBouncer instances in transactional... |
examples/prisma-connection-pooling-docs-postgres-database-prisma-postgres-connect.text | A text-based representation of the application to database connection flow using a connection proxy and PgBouncer in transactional mode. | Exact payloads, commands, or snippets shown in A text-based representation of the application to database connection flow using a connection proxy and PgBouncer in... |
What This Skill Covers
- Connection pooling (/docs/postgres/database/connection-pooling)
- 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/connection-pooling