Generate typed seed files from your Prisma/SQL schema with realistic faker.js values. Full relational seeds, Drizzle/TypeORM, volume control, and profiles with Pro.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
SeedBuilder — Realistic Seed Data from Your Schema
Stop seeding with 'foo', 'bar', and test@test.com. SeedBuilder reads your schema and generates typed seed files with realistic faker.js values that respect your field names and constraints.
Free
Generate a seed stub from your Prisma/SQL schema
Smart faker mapping by field name and type
One model at a time (Prisma format)
Pro
Full relational seed with correct foreign-key ordering
Drizzle and TypeORM output (in addition to Prisma)
Volume control — N rows per model
Custom value strategies per field
Save and reuse seed profiles
Generated files import @faker-js/faker — add it as a dev dependency.