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 @@
# Assets
Bundled resources for data-seeder-generator skill
- [ ] example_seed_script.sql: Example SQL script generated by the skill for seeding a database.
- [ ] configuration_template.yaml: Template for configuring the data seeding process, including table names, data volumes, and Faker providers.
- [ ] data_dictionary.json: Example data dictionary defining the structure and data types for each table to be seeded.