You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/partials/kv/kv-vs-d1.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ Cloudflare D1 provides a SQL database that supports relational data modeling and
14
14
15
15
* D1 is built on top of SQLite, and exposes a SQL interface that is supported by many ORMs.
16
16
* Built-in [read replication](/d1/best-practices/read-replication/) enables you to automatically replicate data globally whilst still maintaining strong consistency.
17
-
*
18
-
D1 supports snapshot isolation consistency and is ideal for
19
-
workloads that store user data or general web application data.
17
+
* D1 supports snapshot isolation consistency and is ideal for workloads that store user data or general web application data.
0 commit comments