Initial commit
This commit is contained in:
7
skills/stored-procedure-generator/scripts/README.md
Normal file
7
skills/stored-procedure-generator/scripts/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user