db-migrate-pg-aurora
v1.0.0
Published
A db-migrate driver for postgres aurora serverless.
Downloads
548
Maintainers
Readme
Welcome to db-migrate-pg-aurora 👋
AWS Postgres Aurora Serverless db-migrate Driver
A driver for db-migrate to connect to PostgreSQL Aurora Serverless through the Data API
🏠 Homepage
Install
yarn install
Usage
See db-migrate for more information.
Configuration Example
Add the following configuration to your database.json
file:
{
"prod": {
"driver": {
"require": "db-migrate-pg-aurora"
},
"database": "<Database Name>",
"schema": "<Schema Name>",
"secretArn": "<Secrets Manager ARN that contains credentials for the cluster> ",
"resourceArn": "<Database Cluster ARN to connect to>",
"region": "<AWS Region to connect to>",
"maxRetries": 3,
"connectTimeout": 45000
}
}
Run tests
yarn test
Author
👤 Elisha Boozer [email protected]
- Github: @drg-adaptive
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 DRG Adaptive.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator