summaryrefslogtreecommitdiff
path: root/test_databases.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test_databases.ini')
-rw-r--r--test_databases.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_databases.ini b/test_databases.ini
index 9050875..e072814 100644
--- a/test_databases.ini
+++ b/test_databases.ini
@@ -1,5 +1,6 @@
[DEFAULT]
sqlite = sqlite:///:memory:
postgresql = postgresql://postgres@/yoyo_test
+postgresqlpsycopg3 = postgresql+psycopg://postgres@/yoyo_test
mysql = mysql://root@127.0.0.1/yoyo_test
#redshift = redshift://<user>:<password>@<subdomain>.redshift.amazonaws.com:5439/<dbname>