Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prisma-connection-pooling-docs-postgres-database-workflow-guide.mdA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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