mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Comments
This commit is contained in:
parent
756d4942f5
commit
8863624f78
3 changed files with 16 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue