Learning Sequelize ORM
July 14, 2020 ยท View on GitHub
http://sequelize.org and https://sequelize.org/master
Setup from scratch
npm init
npm install sequelize # or: yarn add sequelize
# and your choice of DB driver, for example, sqlite3:
npm install sqlite3 # or: yarn add sqlite3
node example.js
Run this repo
npm install # or: yarn
node example.js