Skip to content

Commit 5febc38

Browse files
authored
Update src/content/docs/durable-objects/api/storage-api.mdx
1 parent a7606ba commit 5febc38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/docs/durable-objects/api/storage-api.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export class Counter extends DurableObject {
5454
:::note[SQLite in Durable Objects]
5555
SQLite-backed Durable Objects can have a private, embedded SQLite database. When deploying a new Durable Object class, users can [use a SQLite storage backend](/durable-objects/features/access-sqlite-storage/#sqlite-storage-backend) to access the [SQL API](/durable-objects/api/sql-storage/#exec).
5656

57-
Otherwise, a Durable Object class has a key-value storage backend.
5857
:::
5958

6059
The Durable Object Storage API comes with several methods, including key-value (KV) API, SQL API, and point-in-time-recovery (PITR) API.

0 commit comments

Comments
 (0)