Storage
KV, R2 object storage, Durable Objects, and containers.
- Key-Value Storage
Cloudflare KV through a typed store: get, put, list, delete.
- Object Storage
R2 buckets through a typed store: upload, download, and list with folder semantics.
- Durable Objects
A Base worker with its own SQLite database, addressable by name: building one, calling it from another worker, and waking it on a schedule.
- Containers
Run a full Base worker in a Docker container on Cloudflare, for native dependencies and heavy work.