bknd-seed-data
Installation
SKILL.md
Seed Data
Populate your Bknd database with initial, test, or development data using the built-in seed function.
Prerequisites
- Bknd project initialized
- At least one entity defined
- Code-first configuration (seed is code-only)
When to Use
- Populating initial data on first startup
- Creating test fixtures for development
- Setting up demo data for presentations
- Bootstrapping admin users or default records
Note: Seed function is code-only—no UI equivalent. For one-off data entry, use the admin panel Data section directly.