summaryrefslogtreecommitdiff
path: root/test_databases.ini
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2021-01-18 13:53:14 +0000
committerOlly Cope <olly@ollycope.com>2021-01-18 13:53:14 +0000
commit3ee92274610d4d4600e7265eb2bf6732a68916d7 (patch)
tree6216dca01308c80067f8cc3e5bed7d112bd62bf0 /test_databases.ini
parenteb1fbc4d2249dc27208e13ceb6dcde0b99f7a915 (diff)
parentcf108198aca9b83ee0f04dfc9fedc099a036b3e9 (diff)
downloadyoyo-3ee92274610d4d4600e7265eb2bf6732a68916d7.tar.gz
Merge AWS Redshift support
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 a1ef07e..9050875 100644
--- a/test_databases.ini
+++ b/test_databases.ini
@@ -2,3 +2,4 @@
sqlite = sqlite:///:memory:
postgresql = postgresql://postgres@/yoyo_test
mysql = mysql://root@127.0.0.1/yoyo_test
+#redshift = redshift://<user>:<password>@<subdomain>.redshift.amazonaws.com:5439/<dbname>