AI AGENT ADDONS
Databases
721installs

Populate databases with realistic sample data in seconds. This tool reads your database schema and creates seed scripts automatically. Developers use it for testing, demos, and development environments.

It respects foreign key relationships so tables are filled in the right order. The generated data is domain appropriate instead of generic placeholders. You get proper names, dates, prices, and descriptions.

Output can be TypeScript or raw SQL. The scripts are idempotent and handle unique constraints and batch limits. Just provide your schema and choose the volume.

Add Db Seed skill to your workflow

Global

mkdir -p ~/.claude/skills/db-seed

Project

mkdir -p .claude/skills/db-seed

Source Repository

Stars
884
Forks
91
Watchers
884
License
MIT
Last Push
1 month ago
Created
9 months ago