Skip to content

SYSTEM Cited by 1 source

Cloudflare D1

D1 is Cloudflare's serverless SQLite database offered as a first-class Workers binding (developers.cloudflare.com/d1). Each database is a SQLite file hosted by Cloudflare and accessed from Workers via a binding; no connection management from user code.

Role

Local / remote parity

D1 is one of the binding types exposed through Local Explorer's API at /cdn-cgi/explorer/api. Same queries, same results, same responses — the only difference between local and remote is the --local flag on cf or Wrangler. Seeding, schema-verification, and DROP TABLE are all agent-accessible in local dev.

Seen in

Last updated · 200 distilled / 1,178 read