453 B
453 B
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.