Skip to content
Snippets Groups Projects

Prerequisuites to Reputation api support

Merged Bartek Wrona requested to merge reputation_api_support into develop
Files
13
+ 3
0
@@ -50,6 +50,9 @@ class Db:
self._exec = self._conn.execute
self._exec(sqlalchemy.text("COMMIT"))
def clone(self):
return Db(self._url)
def engine(self):
"""Lazy-loaded SQLAlchemy engine."""
if not self._engine:
Loading