skills/smithery.ai/vendix-prisma-seed

vendix-prisma-seed

Installation
SKILL.md

Vendix Prisma Seed Pattern

Seed Data Structure - Structured seeds with consistent deletion and creation order.

🎯 Seed Structure

File: apps/backend/prisma/seeds/shared/database.ts

import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();
Installs
1
First Seen
Mar 25, 2026
vendix-prisma-seed from smithery.ai