aboutsummaryrefslogtreecommitdiffstats
path: root/python/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/db.py')
-rw-r--r--python/db.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/db.py b/python/db.py
index 43405eed..3535ad1f 100644
--- a/python/db.py
+++ b/python/db.py
@@ -90,3 +90,6 @@ serenitas_pool = SimpleConnectionPool(2, 5, database='serenitasdb',
user='serenitas_user',
host=os.environ.get("PGHOST", "debian"),
cursor_factory=None)
+
+serenitas_engine = dbengine('serenitasdb')
+dawn_engine = dbengine('dawndb')