Prompt Buddy logoPrompt Buddy

prisma · Prisma Docs

Prisma Connecting to your database (/docs/postgres/database/connecting-to-your-database)

A directory of operational workflows for managing Prisma Postgres, including backup management, connection pooling configuration, PostgreSQL extension enablement, local development setup, and query performance inspect...

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Prisma Connecting to your database (/docs/postgres/database/connecting-to-your-database)

A directory of operational workflows for managing Prisma Postgres, including backup management, connection pooling configuration, PostgreSQL extension enablement, local development setup, and query performance inspect...

When To Use

Use when you need to configure connection pooling, manage database backups, enable PostgreSQL extensions, or set up a local development environment using Prisma Postgres.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prisma-connecting-to-your-database-docs-postgres-workflow-guide.mdDocumentation regarding the configuration and connection processes for connecting Prisma to a PostgreSQL database.Questions about documentation regarding the configuration and connection processes for connecting Prisma to a PostgreSQL database.
examples/prisma-connecting-to-your-database-docs-postgres-prisma-postgres-connect.bashBash commands demonstrating connection URL formats for both pooled and direct database connections in PostgreSQL.Exact payloads, commands, or snippets shown in Bash commands demonstrating connection URL formats for both pooled and direct database connections in PostgreSQL.
examples/prisma-connecting-to-your-database-docs-postgres-prisma-postgres-databas.bashA bash example demonstrating the format for DATABASE_URL and DIRECT_URL connection strings for a Prisma PostgreSQL database.Exact payloads, commands, or snippets shown in A bash example demonstrating the format for DATABASEURL and DIRECTURL connection strings for a Prisma PostgreSQL data...
examples/prisma-connecting-to-your-database-docs-postgres-prisma-postgres-databas.tsA TypeScript configuration file demonstrating how to connect Prisma to a PostgreSQL database using environment variables for the direct connection URL.Exact payloads, commands, or snippets shown in A TypeScript configuration file demonstrating how to connect Prisma to a PostgreSQL database using environment variab...
examples/prisma-connecting-to-your-database-docs-postgres-prisma-postgres-pg-adap.tsA TypeScript example demonstrating how to connect to a PostgreSQL database using the PrismaPg adapter.Exact payloads, commands, or snippets shown in A TypeScript example demonstrating how to connect to a PostgreSQL database using the PrismaPg adapter.
examples/prisma-connecting-to-your-database-docs-postgres-prisma-postgres-pg-adap-2.tsA TypeScript implementation demonstrating how to connect Prisma to a PostgreSQL database using the @prisma/adapter-pg driver adapter.Exact payloads, commands, or snippets shown in A TypeScript implementation demonstrating how to connect Prisma to a PostgreSQL database using the @prisma/adapter-pg...
examples/prisma-connecting-to-your-database-docs-postgres-prisma-postgres-psql-co.bashA bash command demonstrating how to connect to a PostgreSQL database using a connection string via the psql CLI.Exact payloads, commands, or snippets shown in A bash command demonstrating how to connect to a PostgreSQL database using a connection string via the psql CLI.

What This Skill Covers

    • Backups: Manage and restore database backups in Prisma Postgres - Connection pooling: Use Prisma Postgres connection pooling for concurrent application tra...
  • 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/connecting-to-your-database