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

    Interface SqlLike

    ctx.storage.sql, narrowed. The gate tests drive a real SQLite through this same shape.

    interface SqlLike {
        exec(text: string, ...params: SqlParam[]): SqlCursor;
    }
    Index