awslabs / rds-support-tools

Amazon RDS Support Tools contains utilities, sql, scripts and views which are useful in a RDS environment
https://aws.amazon.com/rds/
Apache License 2.0
217 stars 229 forks source link

Adding schema upgrade utility JS package and a CDK construct #83

Open ericzbeard opened 1 year ago

ericzbeard commented 1 year ago

Adding two new folders under postgres/. pg-upgrade-js/ is an npm package that handles schema upgrades to a Postgresql database. pg-upgrade-construct/ is a CDK construct that uses that package to enable consistent schema upgrades using infrastructure as code.