seed_from_schema
Introspect your database schema or ORM models to auto-generate seed scripts. Point to your schema file, choose an ORM, and populate selected tables with realistic test data.
Instructions
Auto-generate seed scripts by introspecting database schema or ORM models
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orm | Yes | ORM to introspect schema from | |
| tables | No | Specific tables to seed (defaults to all) | |
| api_key | No | API key for authentication | |
| schema_path | No | Path to schema file (e.g. 'prisma/schema.prisma') |