Summary of DBUtils.SimplePooledPg

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


class PooledPgConnection:
    def __init__(self, pool, con)
    def close(self)
    def __getattr__(self, name)
    def __del__(self)


class PooledPg:
    def __init__(self, maxconnections, *args, **kwargs)
    def cache(self, con)
    def connection(self)