A db-migrate driver for postgres aurora serverless.
npm install db-migrate-pg-aurora``sh`
yarn install
See db-migrate for more information.
Add the following configuration to your database.json file:
`json`
{
"prod": {
"driver": {
"require": "db-migrate-pg-aurora"
},
"database": "
"schema": "
"secretArn": "
"resourceArn": "
"region": "
"maxRetries": 3,
"connectTimeout": 45000
}
}
`sh``
yarn test
š¤ Elisha Boozer
* Github: @drg-adaptive
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a āļø if this project helped you!
Copyright Ā© 2019 DRG Adaptive.
This project is MIT licensed.

*
_This README was generated with ā¤ļø by readme-md-generator_