Expand description
Data seeding functionality
This module provides functionality to seed the VBR database with initial data from JSON/YAML files or programmatically via API.
Functions§
- clear_
all - Clear all data from all entities
- clear_
entity - Clear all data from an entity
- load_
seed_ file - Load seed data from a file (auto-detect format)
- load_
seed_ file_ json - Load seed data from a JSON file
- load_
seed_ file_ yaml - Load seed data from a YAML file
- seed_
all - Seed multiple entities with dependency ordering
- seed_
entity - Seed a single entity with records
Type Aliases§
- Seed
Data - Seed data structure