Summary of DBUtils.PersistentDB

You can also browse the complete source file or the generated documentation.


class PersistentDBError(Exception):


class NotSupportedError(PersistentDBError):


class PersistentDB:
    def __init__(self, creator,
    def steady_connection(self)
    def connection(self, shareable=False)
    def dedicated_connection(self)