davedevelopment / phpmig

Simple migrations system for php
Other
569 stars 92 forks source link

What makes this better than dbdeploy and phing? #24

Open markushausammann opened 11 years ago

markushausammann commented 11 years ago

It seems to me that writing migrations with dbdeploy and phing is much less work, what are the advantages of using phpmig?

davedevelopment commented 11 years ago

Well, both have their benefits, here are some of them:

DBDeploy

phpmig (code based)

markushausammann commented 11 years ago

Thanks, that's a very helpful comparison. Maybe nice to add it to the readme.

davedevelopment commented 11 years ago

No problem, hope it helps. I've tagged this issue with 'FAQ', I'll re-open it for others to see until I can get some better documentation put together.