Seed

Generate FK-aware, deterministic sample/seed data from a database schema, ORM model, or migrations — INSERT statements emitted in dependency order (parents first), values derived from row index so output is stable and reviewable. Read-only; never writes to a database. For dev/test fixtures only. Use when the user asks to seed, generate sample/test/fixture/dummy/fake data, populate tables, or create starter rows for Postgres, MySQL, SQLite, and friends.

Hainrixz 7cd3b23 2.6 KB Updated

File contents

hainrixz/claude-db/tree/main/skills/seed commit 7cd3b2332d

Frequently asked questions

npx skillmds@latest add hainrixz/seed