prisma-cli-db-execute
Installation
SKILL.md
prisma db execute
Execute native commands (SQL) to your database.
Command
prisma db execute [options]
What It Does
- Connects to your database using the configured datasource
- Executes a script provided via file (
--file) or stdin (--stdin) - Useful for running raw SQL, maintenance tasks, or applying diffs from
migrate diff - Not supported on MongoDB
Options
Related skills
More from prisma/cursor-plugin
prisma-database-setup-postgresql
PostgreSQL Setup. Reference when using this Prisma feature.
14prisma-client-api-model-queries
Model Queries. Reference when using this Prisma feature.
10prisma-upgrade-v7-driver-adapters
Driver Adapters. Reference when using this Prisma feature.
10prisma-cli-dev
prisma dev. Reference when using this Prisma feature.
9prisma-cli-debug
prisma debug. Reference when using this Prisma feature.
8prisma-client-api-filters
Filter Conditions and Operators
8