summaryrefslogtreecommitdiff
path: root/test_databases.ini
blob: e0728142b901f6e1b6cb6edd48f55dd357e805d8 (plain)
1
2
3
4
5
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>