Prerequisites
In this tutorial in learning the ORM library Sequelize, you should know:
- How promises work
- How to use async/await
- Basic OOP in JS, such as classes and their object instances
Some other nice to know features of JS are:
Without any further ado, let’s start.