Blog
2 weeks ago
How to Handle Migrations in Express Using Sequelize
This tutorial explains how to implement database migration in your Express and Postgres application. You will learn how to create migration files, commit changes from the migration files to the database, and revert changes made to the Database. You'll also learn to populate your database with test or dummy data.
Source: HackerNoon →