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

    Interface UpdbSql

    ctx.storage.sql, or the same exec()/cursor shape. databaseSize is recorded, never guessed.

    interface UpdbSql {
        databaseSize?: number;
        exec(text: string, ...params: unknown[]): UpdbCursor;
    }
    Index
    databaseSize?: number