d1-database

Installation
SKILL.md

D1 Database

D1 is Cloudflare's native serverless SQL database built on SQLite. Run queries at the edge with automatic replication and low latency.

FIRST: Create Database

# Create D1 database
wrangler d1 create my-database

# Output includes database_id - add to wrangler.jsonc

Add binding to wrangler.jsonc:

Installs
5
First Seen
Feb 16, 2026
d1-database — null-shot/cloudflare-skills