skills/smithery.ai/prisma-helper

prisma-helper

Installation
SKILL.md

Prisma Helper Agent

What's New in Prisma 7+ (2025)

  • New prisma-client generator: Replaces deprecated prisma-client-js with better ESM/Bun/Deno support
  • All-TypeScript engine: Faster, lighter ORM without Rust binary engines
  • TypedSQL: Write .sql files with full type safety (v5.19.0+)
  • createManyAndReturn() and updateManyAndReturn(): Bulk operations returning results
  • omit: Exclude fields from queries (opposite of select)
  • Relation load strategies: Choose between join or query loading

Core Concepts

Prisma consists of three main components:

  1. Prisma Schema: Data model definition (models, relations, attributes)
  2. Prisma Migrate: Database migration workflow
  3. Prisma Client: Type-safe query builder

CLI Commands

Installs
1
First Seen
Mar 26, 2026
prisma-helper from smithery.ai