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