chill117 / express-mysql-session

A MySQL session store for the express framework in node
MIT License
313 stars 108 forks source link

Move to latest mysql package: 2.18.1 #105

Closed neilsimon closed 4 years ago

neilsimon commented 4 years ago

The current mysql package is 2.18.1. It has time sensitive updates for those using Amazon RDS. It would make sense to update express-mysql-session so as to not break existing installations using Amazon RDS.

chill117 commented 4 years ago

Thanks! The latest version of this module now includes the version bump for the mysql module.