Hacker News new | ask | show | jobs
by hello_moto 5341 days ago
Well, mostly the migration part that Devs don't want to deal with.

Most modern languages have migration utilities (Flyway for Java, Rails migration for Ruby, Python should have their de-facto migration for Django by now or else they fail hard, and JS... well.. let's wait until Node.js users decided to use RDBMS).

1 comments

    Python should have their de-facto migration for Django by now or else they fail hard
Yep: http://south.aeracode.org/