CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 64 forks source link

Update MySQL Package for the latest Amazon RDS support #134

Closed goldsziggy closed 4 years ago

goldsziggy commented 4 years ago

The latest version of the mysql npm package had an update to the Amazon Root Certificate. This issue is to request the update of the mysqljs package to inherit the updated certificates.

mysqljs package Changelog: https://github.com/mysqljs/mysql/blob/master/Changes.md

mysqljs pull-request: (https://github.com/mysqljs/mysql/pull/2280)