Sequelize ORM, is this normal that we have to put database info into a json file? – Postgresql
I am trying to go deeper with Sequelize and especially using migration. But, I can't imagine that the documentation requires that we use a json file to put database info. So, my question is, "how can this be possible when…