Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:52 +08:00
commit 4257712eac
8 changed files with 667 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for stored-procedure-generator skill
- [ ] database_connection_test.py: Tests the database connection using provided credentials and outputs the connection status.
- [ ] stored_procedure_syntax_validator.py: Validates the syntax of the generated stored procedure against the target database (PostgreSQL, MySQL, SQL Server).
- [ ] stored_procedure_deployer.py: Deploys the generated stored procedure to the target database.