Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Go Further with Models

Overview

A relational database like SQL (and a database system like SQLite) consists of a table of rows and columns. In the previous stage, you learned that models in Sequelize represent a table in the database.

When setting up a model, you specify a set of instructions for Sequelize that define (or shape) how data should be stored. The model lets Sequelize create, retrieve, update or d...