DEV Community

Discussion on: Beginner's guide to using MySQL database in a Node.js app

Collapse
 
gabrieleromanato profile image
Gabriele Romanato

Excellent introductory article! To get things a step further, it's recommended to mention Sequelize sequelize.org/ in order to avoid all the manual steps required to perform SQL queries.

Collapse
 
lisahjung profile image
Lisa Jung

Thank you so much Gabriele! I will be sure to check out Sequelize. :)