nectarchain.dqm.db_utils.DQMDB#
- class DQMDB(read_only=True)[source]#
Bases:
objectZEO-backed object database client for DQM data persistence.
Initialise a connection to the ZEO database server.
- Parameters:
- read_onlybool, optional
Whether the connection should be opened in read-only mode.
Methods
Abort the current transaction and close the database connection.
Commit the current transaction and close the database connection.
Insert a value into the database under the given key.