bullmq - v6.0.3
    Preparing search index...

    Type Alias PostgresPoolConfig

    PostgresPoolConfig: PgPoolConfig & {
        schema?: string;
        skipVersionCheck?: boolean;
    }

    A node-postgres pool config / connection string, optionally carrying the BullMQ-specific schema (the connection-level namespace for all queues) and skipVersionCheck (bypass the minimum-server-version assertion).