Over the past month I've been working on adding support for both MySQL and PostgreSQL to peewee. I'm happy to say that after a couple weekend hack sessions all tests are now passing.
Outlining how I merged two databases for django-powered sites using a combination of SQL, django-multidb, and pg_dump.