← ClaudeAtlas

cloudflare-d1listed

Use when the app needs a SQLite database on Cloudflare: create a Cloudflare D1 SQLite database and run an initial migration.
sarmakska/slipstream · ★ 1 · DevOps & Infrastructure · score 73
Install: claude install-skill sarmakska/slipstream
## Overview Create a Cloudflare D1 SQLite database and run an initial migration. ## Steps 1. Create the database with `pnpm exec wrangler d1 create {{dbName}}`. 2. Add the `[[d1_databases]]` binding to `wrangler.toml`. 3. Apply a schema migration with `wrangler d1 execute`. ## Verify List D1 databases and confirm the database appears, then run a `SELECT 1` to confirm connectivity.