Skip to content
Edge, Data & Auth

What is Cloudflare D1 Database?

SQLite at the edge: a relational database replicated near users with SQL semantics developers already know. BYOB DB provisions one per project with schema viewing and SQL inspection.

Example

A SaaS starter gets users, subscriptions, and usage tables in D1; the workspace shows schema and rows live while the app queries through Drizzle types.

What people get wrong

Reaching for Postgres-scale ceremony on day one. D1 covers the vast middle of apps; migrate when measurements — not anxiety — say so.

Sources

Browse all Edge, Data & Auth terms →