Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:33 +08:00
commit 004b6a55c1
8 changed files with 320 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for database-schema-designer skill
- [ ] schema_validation.py: Validates a database schema against best practices and normalization rules.
- [ ] erd_generator.py: Generates a Mermaid ERD diagram from a database schema definition.
- [ ] sql_generator.py: Generates SQL CREATE statements from a database schema definition.