Files
gh-jeremylongshore-claude-c…/skills/stored-procedure-generator/scripts/README.md
2025-11-30 08:18:52 +08:00

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.