cloudflare-d1
Installation
SKILL.md
Cloudflare D1
Cloudflare D1 — managed serverless SQL database built on SQLite. Core: 10 GB per database, SQLite semantics, Time Travel (30 days), Workers/Pages integration.
Quick Start
# Create database
npx wrangler d1 create my-database
# Execute SQL
npx wrangler d1 execute my-database --remote --command="SELECT 1"
# Apply schema
npx wrangler d1 execute my-database --remote --file=./schema.sql