http://sequelize.org and https://sequelize.org/master
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
npm install # or: yarn
node example.js