bullmq - v6.0.3
    Preparing search index...

    Interface PgModule

    The lazily-required pg module surface the backend needs.

    interface PgModule {
        Client: new (config?: string | PgPoolConfig) => PgClient;
        Pool: new (config?: string | PgPoolConfig) => PgPool;
    }
    Index
    Client: new (config?: string | PgPoolConfig) => PgClient
    Pool: new (config?: string | PgPoolConfig) => PgPool