SqlStorageLike
Minimal structural shape of a Cloudflare DO SqlStorage (no @cloudflare/workers-types dep).
Properties
Section titled “Properties”databaseSize
Section titled “databaseSize”databaseSize: number;Methods
Section titled “Methods”exec()
Section titled “exec()”exec(query, ...bindings): Iterable<Record<string, ArrayBuffer | SqlParam>>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
… |
|
Returns
Section titled “Returns”Iterable<Record<string, ArrayBuffer | SqlParam>>