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: