]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add pg8000
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Jul 2014 21:00:38 +0000 (17:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 6 Jul 2014 21:00:38 +0000 (17:00 -0400)
setup.cfg

index 7b13cd94b3470d4b6e125bf6a7bfb759df8b39bd..7517220a669c80353119b3b7e4b58ae19458c7d6 100644 (file)
--- 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