About
Cloudflare D1 is a managed, serverless SQL database built on SQLite semantics for applications running on Cloudflare Workers and Pages. It is designed for horizontal scale across many smaller databases, making it well suited for per-user, per-tenant, or per-entity data isolation.
The service provides Worker and HTTP API access, built-in disaster recovery, and support for querying data directly from Cloudflare’s developer platform. It also includes Time Travel for point-in-time recovery and integrates with Cloudflare’s broader application stack.
- Managed serverless SQL database with SQLite compatibility
- Worker and HTTP API access for application integration
- Designed for many smaller databases at scale
- Built-in disaster recovery and Time Travel recovery
- Works with Workers and Pages deployments
What's included in the free tier
- Access to prototype and experiment with D1 for free on the Workers Free plan.
- Up to 5 million rows read per day.
- Up to 100,000 rows written per day.
- Up to 5 GB total storage included.
- Daily usage limits reset at 00:00 UTC.
- Free plan queries stop when daily read or write limits are exceeded.
- Free plan storage blocks new inserts, schema changes, and index or trigger creation when full.
See Cloudflare D1 pricing for current limits.