kysely
    Preparing search index...

    Type Alias PostgresCursorConstructor

    PostgresCursorConstructor: new <T>(
        sql: string,
        parameters: unknown[],
    ) => PostgresCursor<T>

    This interface is pg driver's Cursor class constructor that kysely needs.

    We don't use the type from pg-cursor here to not have a dependency to it.

    https://node-postgres.com/apis/cursor#constructor