Prisma ORM Development Guidelines
Objective: Define standards for using Prisma safely and efficiently in TypeScript/Node.js projects, covering schema design, PrismaClient usage, querying, transactions, and migrations.
Source File
View the full rule: .agent/rules/prisma.md
Sections
- Schema Design (schema.prisma)
- PrismaClient Configuration & Lifecycle
- Querying
- Transactions
- Migrations & Operations
