Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/durable-objects/api/sql-storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Specifically for Durable Object classes with SQLite storage backend, KV operatio

* `query`: <Type text ='string' />
* The SQL query string to be executed. `query` can contain `?` placeholders for parameter bindings. Multiple SQL statements, separated with a semicolon, can be executed in the `query`. With multiple SQL statements, any parameter bindings are applied to the last SQL statement in the `query`, and the returned cursor is only for the last SQL statement.
* `bindings`: <Type text='any[]' /> <MetaInfo text='Optional' />
* `...bindings`: <Type text='any[]' /> <MetaInfo text='Optional' />
* Optional variable number of arguments that correspond to the `?` placeholders in `query`.

#### Returns
Expand Down
Loading