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.
Entries tagged with "postgresql"
peewee now supports postgresql (and mysql and sqlite)
Merges from the Crypt - or, how I learned to stop worrying and love SQL
Outlining how I merged two databases for django-powered sites using a combination of SQL, django-multidb, and pg_dump.