Prompt Buddy logoPrompt Buddy

prisma · Prisma Docs

Prisma db (/docs/cli/db)

Overview of the Prisma CLI db command group used for managing database schemas, performing introspection, pushing schema changes, seeding data, and executing native database commands.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Prisma db (/docs/cli/db)

Overview of the Prisma CLI db command group used for managing database schemas, performing introspection, pushing schema changes, seeding data, and executing native database commands.

When To Use

Use when you need to synchronize your Prisma schema with an existing database, prototype schema changes, or populate your database with seed data via the CLI.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prisma-db-docs-cli-workflow-guide.mdA reference guide for the Prisma CLI db command group used to manage database schema and lifecycle during development.Questions about a reference guide for the Prisma CLI db command group used to manage database schema and lifecycle during development.
examples/prisma-db-docs-cli-prisma-db-cli-commands.bashA list of available prisma db CLI commands and their associated options in bash syntax.Exact payloads, commands, or snippets shown in A list of available prisma db CLI commands and their associated options in bash syntax.
examples/prisma-db-docs-cli-prisma-db-cli-bash-commands.bashA collection of bash commands for common Prisma database operations including pull, push, seed, and execute.Exact payloads, commands, or snippets shown in A collection of bash commands for common Prisma database operations including pull, push, seed, and execute.

What This Skill Covers

  • The prisma db command group provides tools to manage your database schema and lifecycle during development.
  • 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/cli/db