Interface PostgresPoolConnection

interface PostgresPoolConnection {
    __lupdo_killed: boolean;
    __lupdo_postgres_debug: boolean;
    __lupdo_uuid: string;
    processID: string;
}

Hierarchy

  • Client
    • PostgresPoolConnection

Properties

__lupdo_killed: boolean
__lupdo_postgres_debug: boolean
__lupdo_uuid: string
processID: string