Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Added support for pg8000 database adapter (and others)

Latest
Compare
Choose a tag to compare
@squidpickles squidpickles released this 23 Apr 01:03
· 11 commits to master since this release

This release adds support for database adapters other than psycopg2 (http://initd.org/psycopg/); specifically, it adds support for pg8000 (https://github.com/mfenniak/pg8000/).

While this hasn't been tested with any other adapters (or, indeed, any other databases), it should provide good ground for adding new ones in the future.