A driver for db-migrate to connect to PostgreSQL Aurora Serverless through the Data API
🏠 Homepage
yarn install
See db-migrate for more information.
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
}
}
yarn test
👤 Elisha Boozer eboozer@teamdrg.com
- 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