Skip to content

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

    1. Schema Design (schema.prisma)
    1. PrismaClient Configuration & Lifecycle
    1. Querying
    1. Transactions
    1. Migrations & Operations

Released under the MIT License.