summaryrefslogtreecommitdiff
path: root/test_databases.ini
diff options
context:
space:
mode:
authorolly <olly@ollycope.com>2015-09-02 20:57:37 +0000
committerolly <olly@ollycope.com>2015-09-02 20:57:37 +0000
commitcb9f453fdc1a77f7ee0520d618c048a1e6c74dd3 (patch)
treea08bd3c7546ff511c8cdeda414651687db41db28 /test_databases.ini
parentb1d323cae988fe92a61fe23976f3e328599a370b (diff)
downloadyoyo-cb9f453fdc1a77f7ee0520d618c048a1e6c74dd3.tar.gz
Refactor transaction handling to use nested transactions (savepoints)
Diffstat (limited to 'test_databases.ini')
-rw-r--r--test_databases.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/test_databases.ini b/test_databases.ini
new file mode 100644
index 0000000..757f604
--- /dev/null
+++ b/test_databases.ini
@@ -0,0 +1,4 @@
+[DEFAULT]
+sqlite = sqlite:///:memory:
+postgresql = postgresql://postgres@/yoyo_test
+mysql = mysql://root@localhost/yoyo_test?unix_socket=/tmp/mysql.sock