bb-tech-prisma

Community

Best Prisma ORM practices and safe DB patterns.

Authorvalentinmathey
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Prisma ORM integration often leads to unsafe deletions, missing indexing, and inefficient bulk operations. This skill codifies safe, scalable patterns to protect data integrity and improve performance in Prisma-driven projects.

Core Features & Use Cases

  • Prohibición de Borrados Físicos (Soft Delete): Implementa soft deletes actualizando deletedAt o un flag en lugar de eliminar registros.
  • Indexación Consciente: Asegura índices en claves foráneas y columnas consultadas con frecuencia.
  • Operaciones en Lote Seguras: Prefiere updateMany / createMany y maneja transacciones para cambios masivos.

Quick Start

Configura tus modelos para usar soft delete y añade índices de claves foráneas.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: bb-tech-prisma
Download link: https://github.com/valentinmathey/Skills-Back-Automation/archive/main.zip#bb-tech-prisma

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.