1.1.9 ā€¢ Published 5 years ago

db-migrate-aurora v1.1.9

Weekly downloads
44
License
MIT
Repository
github
Last release
5 years ago

Welcome to db-migrate-aurora šŸ‘‹

stability npm Maintainability Build Status Dependency Status devDependency Status

A db-migrate driver for aurora serverless.

AWS Aurora Serverless db-migrate Driver

A db-migrate driver for aurora serverless.

šŸ  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-aurora"
    },
    "database": "name of database on server...", // OPTIONAL
    "schema": "name of schema in database...", // OPTIONAL
    "secretArn": "ARN of a secret store containing credentials for the cluster",
    "resourceArn": "ARN of the cluster to connect to",
    "region": "us-east-1", // The AWS region of the cluster
    "maxRetries": 3, // OPTIONAL: number of times to retry connecting
    "connectTimeout": 45000 // OPTIONAL: number of milliseconds to wait until timing out the connection
  }
}

Run tests

yarn test

Author

šŸ‘¤ Ben Force bforce@teamdrg.com

šŸ¤ 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.

FOSSA Status


This README was generated with ā¤ļø by readme-md-generator

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago