File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/durable-objects/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ SQL API methods accessed with `ctx.storage.sql` are only allowed on [Durable Obj
1616
1717### exec
1818
19- <code >ctx.storage.sql. exec(query: <Type text = ' string' />, ...bindings: <Type text = ' any[]' />)</code >: <Type text = ' SqlStorageCursor' />
19+ <code >exec(query: <Type text = ' string' />, ...bindings: <Type text = ' any[]' />)</code >: <Type text = ' SqlStorageCursor' />
2020
2121#### Parameters
2222
@@ -71,7 +71,7 @@ Note that `sql.exec()` cannot execute transaction-related statements like `BEGIN
7171
7272### databaseSize
7373
74- ` ctx.storage.sql. databaseSize` : <Type text = ' number' />
74+ ` databaseSize ` : <Type text = ' number' />
7575
7676#### Returns
7777The current SQLite database size in bytes.
You can’t perform that action at this time.
0 commit comments