Entries tagged with "postgresql"

peewee now supports postgresql (and mysql and sqlite)

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.

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.