Prisma ORM 7 Complete Reference 1 topics
Part 1: Database Setup
Prisma Database Setup 15 topics
PostgreSQL Setup 10 topics
CockroachDB Setup 8 topics
Prisma Postgres Setup 8 topics
Prisma Client Setup 5 topics
Part 2: CLI Reference
Prisma CLI Reference 5 topics
Initialize new project (creates prisma/ folder and prisma.config.ts)
Initialize with specific database
Initialize with Prisma Postgres (cloud)
Initialize with AI-generated schema 1 topics
Generate Prisma Client
Watch mode for development
Generate without engine (for Accelerate/edge)
Generate specific generator only 2 topics
Start local Prisma Postgres
Start with specific name
Start in background (detached)
List all local instances
Stop instance
Remove instance data 1 topics
Pull schema from existing database
Push schema to database (no migrations)
Seed database
Create and apply migration
Create migration with name
Create migration without applying
Reset database and apply all migrations 1 topics
Apply pending migrations (CI/CD)
Check migration status
Compare schemas and generate diff 1 topics
Open Prisma Studio (database GUI)
Show version info
Debug information
Validate schema
Schema changes for MongoDB 2 topics
Make schema changes
...
Push to database
Generate client
Test your changes
Create baseline migration from current schema
prisma db execute 10 topics
prisma migrate dev 16 topics
Warning: You are about to delete data...
Accept with: --accept-data-loss 1 topics
prisma migrate deploy 7 topics
GitHub Actions example 1 topics
Run migrations before starting app 7 topics
prisma migrate diff 10 topics
prisma migrate reset 10 topics
prisma migrate resolve 8 topics
prisma migrate status 7 topics
Part 3: Client API Reference
Prisma Client API Reference 18 topics
PrismaClient Constructor 13 topics
Filter Conditions and Operators 19 topics
Relation Queries 22 topics
Part 4: Upgrade to Prisma v7
Upgrade to Prisma ORM 7 6 topics
Update packages
Install driver adapter (PostgreSQL example)
Install dotenv for env loading
Regenerate client 8 topics
PostgreSQL
MySQL
SQLite
Prisma Postgres
Environment Variables 16 topics
GitHub Actions
Removed Features 13 topics
v6
v7 - generate is not run automatically 1 topics
v6
v7 - seed is not run automatically 1 topics
v6
v7 - configure in prisma.config.ts 2 topics
v6
Prisma Accelerate Users 3 topics
.env
Works with Accelerate URL 6 topics
Part 5: Prisma Postgres
console-and-connections 6 topics
quick database
region-specific database
interactive region selection
write env vars for app bootstrap
CI-friendly output 1 topics
management-api-sdk 7 topics