cloudflare · Cloudflare Workers Docs
Workers Choose a data or storage product
A comparison guide of Cloudflare storage and database products including Workers KV, R2, Durable Objects, D1, Hyperdrive, Queues, Vectorize, Pipelines, and Analytics Engine.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Choose a data or storage product
A comparison guide of Cloudflare storage and database products including Workers KV, R2, Durable Objects, D1, Hyperdrive, Queues, Vectorize, Pipelines, and Analytics Engine.
When To Use
Use when deciding which Cloudflare storage product to implement for specific requirements like key-value storage, relational data, object storage, or vector search.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-storage-options-index-choose-a-data-or-product-workflow-guide.md | A guide describing the various storage and database products available for Cloudflare Workers, including recommended use cases and best practices. | Questions about a guide describing the various storage and database products available for Cloudflare Workers, including recommended... |
What This Skill Covers
- This guide describes the storage & database products available as part of Cloudflare Workers, including recommended use-cases and best practices.
- Main sections:
Choose a storage product,SQL database options,Session storage,Product overviews,Workers KV.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/platform/storage-options/index.md
