prisma-cli-db-push
Installation
SKILL.md
prisma db push
Pushes schema changes directly to database without creating migrations. Ideal for prototyping.
Command
prisma db push [options]
What It Does
- Syncs your Prisma schema to the database
- Creates database if it doesn't exist
- Does NOT create migration files
- Does NOT track migration history
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