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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prisma-db-docs-cli-workflow-guide.md | A 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.bash | A 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.bash | A 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
- 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/cli/db