Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:34 +08:00
commit 81a8d39320
8 changed files with 320 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for test-data-generator skill
- [ ] generate_data.py: A script to generate test data based on provided schema or pre-defined types (users, products, orders).
- [ ] validate_data.py: A script to validate generated data against a schema or set of rules.
- [ ] seed_database.py: A script to seed a database with the generated test data.