Sequelize [http://sequelizejs.com/] is my current node package that I use to
access MySQL. I particularly like this package because is also has PostgreSQL
and SQLite support. You can install this package in one of two ways for the
mysql dialect:
// 1.
npm install sequelize
npm install mysql@~2.