Hacker News new | past | comments | ask | show | jobs | submit login

I've found MyBatis Migrations [0], to be very useful. I like the fact that you can do a DB dump of your current database state and set that as the 0th level of migration and then continue from there even if you've never done migrations before.

It's also extremely straightforward and simple as it doesn't try to be part of any ORM.

Highly recommended.

[0]: http://mybatis.org/migrations/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: