summaryrefslogtreecommitdiff
path: root/test_databases.ini
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2022-10-02 17:59:57 +0000
committerOlly Cope <olly@ollycope.com>2022-10-02 17:59:57 +0000
commitd30a42861875fc4cd3d5d6e0b84ec4e1c8958936 (patch)
tree96fa465e92114d588d66f4bf2b828e3a2ab3ca95 /test_databases.ini
parent030c45f0d17144a681d56de85857eb5819e1c09d (diff)
downloadyoyo-d30a42861875fc4cd3d5d6e0b84ec4e1c8958936.tar.gz
Add support for Psycopg 3
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>