Use this skill when writing or modifying database access code. Enforces Prisma-only access, explicit column selection, an index per foreign key, transactions for multi-table writes, and no queries inside a loop.
Use this skill when writing or modifying database access code. Enforces Prisma-only access, explicit column selection, an index per foreign key, transactions for multi-table writes, and no queries inside a loop.