drupflare/worker - v1.0.0
    Preparing search index...

    Interface SqlCursor

    The cursor sql.exec() hands back, narrowed to what a replay reads off it.

    interface SqlCursor {
        rowsRead: number;
        rowsWritten: number;
        toArray(): Record<string, unknown>[];
    }
    Index
    rowsRead: number
    rowsWritten: number