1

I am new to using Sequelize and Umzug with Node.js. I have installed the Sequelize CLI and have tested migrations and seems to work great. I read that umzug is used by some teams to create these migrations. I am not clear on what is the difference between using Sequelize-CLI and Umzug? Pros and cons of each? What is the ideal way to do migrations?

  • This was worth asking, and we got as straight, clear, and time-saving answer :-) Could *sequelize* docs be improved ? – RockyRoad May 27 '21 at 05:47

1 Answers1

3

No difference. Umzug is a JS library. Sequelize-CLI is a command line tool running umzug internally.

Sergey Yarotskiy
  • 4,536
  • 2
  • 19
  • 27