Sequelize Tutorial - How to use Sequelize Migrations to transform your Database

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=qwAEYnfC3K8



Category:
Tutorial
Duration: 12:14
13,321 views
181


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

Sometimes, databases can be a little difficult to work with, especially if you're interested in making changes to their overall schema. Sequelize is a promise-based Object/Relational Mapper (ORM) that allows developers to access MySQL, PostgreSQL, SQLite and MSSQL databases by mapping their entries to objects and vice versa. In this Sequelize Tutorial, we'll discuss how Sequelize's built-in Migration tools help developers make changes to their database schema without having to destroy data in the process.

Watch this video to learn:

- How to install the Sequelize command line
- How to get started with Sequelize
- How to build a Migration







Tags:
Sequelize
Sequelize Tutorial
Sequelize Migrations
How to use Sequelize