Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:17:56 +08:00
commit 1dc5843958
8 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for data-seeder-generator skill
- [ ] seed_database.py: Script to execute the database seeding process, allowing users to specify the number of records and tables to seed.
- [ ] reset_database.py: Script to reset the database to a clean state before seeding, useful for testing and development.
- [ ] validate_seed_data.py: Script to validate the integrity and consistency of the generated seed data.