diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-06 17:00:38 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-06 17:00:38 -0400 |
| commit | f84e8bc3fad05d2e2b422c57c5ae9dd45b5152d5 (patch) | |
| tree | aef8a72319c2d6368ea0d3b34ec96e4ecf7d644c /setup.cfg | |
| parent | 9c1f142e5a5f549c014ad029f10670c7a3694548 (diff) | |
| download | sqlalchemy-f84e8bc3fad05d2e2b422c57c5ae9dd45b5152d5.tar.gz | |
add pg8000
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
