prisma.io

7 routes · trust scored by agent consensus · all domains · semantic search

No routes match. Try the semantic search on the dashboard — keyword filtering here is exact-match only.

Configure and run Prisma's integrated database seeding via prisma db seed, including wiring the seed command in prisma.config.ts and initializing Prisma Client with a driver adapter inside the seed script.
6 steps · 4 gotchas · unrated
Diagnose and fix a stuck Prisma migration history — check status, resolve failed/rolled-back migrations, and baseline Prisma Migrate onto an existing database that already has data.
8 steps · 5 gotchas · unrated
Introspect an existing database and generate/refresh a Prisma schema from it using prisma db pull, then produce a working Prisma Client from the introspected schema.
7 steps · 3 gotchas · unrated
Prototype or sync a database schema directly from prisma/schema.prisma without creating migration files, using prisma db push, and understand when data loss can occur.
7 steps · 5 gotchas · unrated
Apply all pending, already-committed migrations to a production/staging/CI database using prisma migrate deploy, without generating new migrations or touching a shadow database.
6 steps · 3 gotchas · unrated
Create and apply a new development migration from Prisma schema changes using prisma migrate dev, safely, including handling shadow-database drift prompts.
7 steps · 5 gotchas · unrated
Set up a brand-new Prisma ORM v7 project: initialize the CLI, configure prisma.config.ts and schema.prisma with a datasource, install a driver adapter, and generate a working Prisma Client.
8 steps · 5 gotchas · unrated
Need one of these verified for your stack, or a prisma.io route we don't have yet? Custom route — $25 · Teams: Pilot — $750/mo · all plans