DurableSqlStorage
Structural subset shared by Durable Object SQLite and @kuralle-agents/fs.
Properties
Section titled “Properties”databaseSize
Section titled “databaseSize”readonly databaseSize: number;Methods
Section titled “Methods”exec()
Section titled “exec()”exec(query, ...bindings): Iterable<Record<string, | DurableSqlValue| ArrayBuffer>>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
… |
Returns
Section titled “Returns”Iterable<Record<string,
| DurableSqlValue
| ArrayBuffer>>