Skip to content

SqlStorageLike

Minimal structural shape of a Cloudflare DO SqlStorage (no @cloudflare/workers-types dep).

databaseSize: number;
exec(query, ...bindings): Iterable<Record<string, ArrayBuffer | SqlParam>>;
Parameter Type

query

string

bindings

SqlParam[]

Iterable<Record<string, ArrayBuffer | SqlParam>>