kysely
    Preparing search index...

    Interface PostgresConnectionOptions

    interface PostgresConnectionOptions {
        controlClient?: PostgresClientConstructor;
        cursor: PostgresCursorConstructor | null;
        poolOptions: object;
    }
    Index

    Properties

    poolOptions: object