Skip to content

Commit 5245cd2

Browse files
Update src/content/partials/durable-objects/api-storage-introduction.mdx
Co-authored-by: Lambros Petrou <[email protected]>
1 parent bee1e0b commit 5245cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/durable-objects/api-storage-introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ its results are atomic and isolated from all other storage operations, even when
2323
accessing multiple key-value pairs.
2424

2525
<sup>2</sup> KV API methods like `get()`, `put()`, `delete()`, or `list()` store
26-
data in a hidden SQLite table `__cf_kv`. Note that you will be able to view this table when listing all tables, but you will not be able to access it.
26+
data in a hidden SQLite table `__cf_kv`. Note that you will be able to view this table when listing all tables, but you will not be able to access its content through the SQL API.
2727

2828
<sup>3</sup> SQLite-backed Durable Objects also use [synchronous KV API methods](/durable-objects/api/sqlite-storage-api/#synchronous-kv-api) using `ctx.storage.kv`, whereas KV-backed Durable Objects only provide [asynchronous KV API methods](/durable-objects/api/legacy-kv-storage-api/#asynchronous-kv-api).
2929
</Details>

0 commit comments

Comments
 (0)