mysql-rds-ca
v1.0.1
Published
Amazon RDS 2019 CA certificate for the mysql module
Downloads
1,460
Readme
Amazon RDS CA Certificate 2019
This repo is intended for use until this issue is merged and published: https://github.com/mysqljs/mysql/pull/2280
Install
npm install mysql-rds-caUsage
const options = {
host,
user,
password,
database,
ssl: {
ca: require('mysql-rds-ca')
}
}