From: Mike Bayer Date: Sun, 6 Jul 2014 21:00:38 +0000 (-0400) Subject: add pg8000 X-Git-Tag: rel_1_0_0b1~353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f84e8bc3fad05d2e2b422c57c5ae9dd45b5152d5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add pg8000 --- diff --git a/setup.cfg b/setup.cfg index 7b13cd94b3..7517220a66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,7 @@ default=sqlite:///:memory: sqlite=sqlite:///:memory: sqlite_file=sqlite:///querytest.db postgresql=postgresql://scott:tiger@127.0.0.1:5432/test +pg8000=postgresql+pg8000://scott:tiger@127.0.0.1:5432/test postgres=postgresql://scott:tiger@127.0.0.1:5432/test postgresql_jython=postgresql+zxjdbc://scott:tiger@127.0.0.1:5432/test mysql=mysql://scott:tiger@127.0.0.1:3306/test