prisma-patterns

安装量: 56
排名: #20740

安装

npx skills add https://github.com/affaan-m/ecc --skill prisma-patterns
Prisma Patterns
Production patterns and non-obvious traps for Prisma ORM in TypeScript backends.
Check your version before applying patterns.
The Prisma API surface has evolved across major releases:
npx prisma
--version
Notable API differences across versions:
relationJoins
can load relations via JOIN rather than separate queries, but may cause row explosion on large 1:N relations or deep
include
— benchmark both approaches
omit
field modifier and
prisma.$extends
Client Extensions API were added
Newer installs
the package may be named prisma instead of @prisma/client ; PrismaClient may require a driver adapter (e.g. @prisma/adapter-pg ); datasource.url may live in prisma.config.ts instead of schema.prisma CLI commands ( migrate dev , migrate deploy , generate ) are unchanged across versions When to Activate Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
返回排行榜