kysely
    Preparing search index...

    Type Alias PostgresCursorConstructor

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