Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:17 +08:00
commit 075cc8fe93
8 changed files with 1976 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for database-documentation-gen skill
- [ ] init_db_docs.py: Script to initialize the database documentation generation process, handling authentication and connection details.
- [ ] validate_config.py: Script to validate the configuration file for the documentation generation process, ensuring all required parameters are present and valid.
- [ ] erd_generator.py: Script to generate ERD diagrams from the database schema.