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 @@
# References
Bundled resources for data-seeder-generator skill
- [ ] faker_providers.md: Documentation on available Faker providers and how to create custom providers for specific data requirements.
- [ ] database_schema.md: Example database schema definitions to guide the data generation process.
- [ ] seeding_best_practices.md: Best practices for database seeding, including data integrity, performance considerations, and security aspects.