Skip to content

ULL-ETSII-GRADO-SYTW-1314/sequelize-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This code corresponds to the tutorial at

You will learn how to use the supported dialects, which ways of database setup approaches are available and how common scenarios can be achieved.

Sequelize supports two way of schema management. You can either define so called migrations, which are programmatically changing your database's structure. Or you can let Sequelize create the tables for you.