prisma-next-migrations

安装量: 1.3K
排名: #8649

安装

npx skills add https://github.com/prisma/prisma-next --skill prisma-next-migrations

Prisma Next — Migration Authoring Edit your data contract. Prisma Next plans the migration. You fill in any data transforms. The three-step user model: You edit your data contract. ( prisma-next-contract ) Prisma Next plans the migration for you. ← this skill If a data transform is needed, you edit migration.ts and self-emit. ← this skill Once the contract changes, you choose how the change reaches the database. This skill covers the two paths ( db update and migration plan + migrate ), the migration-package contract, the migration.ts authoring API, and the failure modes you recover from without leaving the loop. Targets. Migration authoring is first-class for Postgres and Mongo . The CLI reads the target from prisma-next.config.ts (set during prisma-next init --target … ). Migration commands do not accept a --target flag — use a config scoped to the target you need. Examples below call out target-specific imports, markers, factories, and transaction behavior where they diverge. When to Use Show more Installs 889 Repository prisma/prisma-next GitHub Stars 418 First Seen May 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜