Overview
Learn how to migrate your database using Sequelize in this 27-minute tutorial. Explore the process of database migration with a Node.js server and PostgreSQL database. Discover the concept of migrations, install Sequelize, create configuration files, and handle multiple migrations. Gain insights into working with Promises, addressing migration errors, and performing cleanup tasks. Follow along with a practical demonstration and learn how to rerun migrations effectively.
Syllabus
Introduction
What is a migration
Demo
Installing Sequelize
Creating Config File
Multiple Migrations
Promises
Migration
Autoformat
Errors
Cleanup
Rerun
Taught by
Ben Awad