nodejs, mysql 연동
2020. 6. 5.
https://sequelize.org/master/manual/getting-started.html Manual | Sequelize Getting Started In this tutorial you will learn to make a simple setup of Sequelize. Installing Sequelize is available via npm (or yarn). npm install --save sequelize You'll also have to manually install the driver for your database of choice: # One of the sequelize.org npm install --save sequelize npm install --save mys..