Is your feature request related to a problem? Please describe.
Currently, the system does not provide methods for seeding initial or test data, which can make development, testing, and demos more cumbersome.
Describe the solution you'd like
Implement seeding functionality to allow populating the database (or relevant data store) with initial or sample data. This could include:
- Scripts or methods to create default entities and relationships
- Support for both development and test environments
- Optional configuration for the amount or type of seeded data
- Easy-to-run commands, e.g., make seed or similar
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
Currently, the system does not provide methods for seeding initial or test data, which can make development, testing, and demos more cumbersome.
Describe the solution you'd like
Implement seeding functionality to allow populating the database (or relevant data store) with initial or sample data. This could include:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.