Wednesday, 15 March 2017

DB migrations strategy: SQL vs in code

I'd like to know the pros/cons and generally the recommended approach for DB migrations. The context: new startup, Node.js, PostgreSQL and Sequelize.

Would you recommend to do migrations in SQL or in JS code (using umzug for ex.)?

Thanks!



via Thibaut

No comments:

Post a Comment