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
Installs
8
GitHub Stars
8
First Seen
Mar 18, 2026