Sequelize is a promise-based Node.js ORM for Postgres, and I totally didn't copy this from the documentation XD
Here's some common usages to get you started
With sequelize
, what we want to do is utilise the principle of "migrations" to create and update your content at different points of development (as and when tables are updated). Simply put it's files with timestamps, and when applying new migration files, previously applied migration files will not be applied again.