Skip to content

Commit

Permalink
Update storage-options.md (#12378)
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar authored Dec 30, 2023
1 parent 9e2a9b7 commit 1b031d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/workers/platform/storage-options.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Storage options guide
title: Choosing a data or storage product
pcx_content_type: concept
weight: 3
meta:
title: Storage options guide
description: Storage options available on Cloudflare's developer platform that can be used with Workers.
title: Choosing a data or storage product.
description: Storage and database options available on Cloudflare's developer platform.
---

# Storage options guide
# Choosing a data or storage product for your use-case

Cloudflare Workers support a range of storage and database options for persisting different types of data across different use-cases, from key-value stores (like [Workers KV](/kv/)) through to SQL databases (such as [D1](/d1/)). This guide describes the use-cases suited to each storage option, as well as their performance and consistency properties.

Expand Down

0 comments on commit 1b031d4

Please sign in to comment.