This commit is contained in:
Erik Johnston 2019-12-04 14:00:29 +00:00
parent 756d4942f5
commit 8863624f78
3 changed files with 16 additions and 5 deletions

View file

@ -211,6 +211,11 @@ class PerformanceCounters(object):
class Database(object):
"""Wraps a single physical database and connection pool.
A single database may be used by multiple data stores.
"""
_TXN_ID = 0
def __init__(self, hs):