aurora-tools-scripts - PostgreSQL Migrations and Procedures Manager
Manages SQL migrations and stored procedures for PostgreSQL in the tools context
Tags
Updated: 2026-03-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- read migration file
- define migration object
- create migration file
- read procedure file
- define procedure object
- create procedure file
- generate UUID
- reference package version
Inputs
- migration file
- migration object
- procedure file
- procedure object
- package version
Outputs
- migration entry
- procedure entry
- UUID
- SQL representation of database table
- SQL representation of database procedure
- TypeScript representation of migration object
- TypeScript representation of procedure object
- package version reference
Requirements
- Node.js environment
- TypeScript configuration
- PostgreSQL database
- postgresql skill
