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

    Interface CronSql

    ctx.storage.sql, or anything with the same exec()/cursor shape.

    interface CronSql {
        exec(text: string, ...params: unknown[]): CronCursor;
    }
    Index