d1-drizzle-schema

star 0

Generate Drizzle ORM schemas for Cloudflare D1 databases with correct D1-specific patterns.

firstsun-dev By firstsun-dev schedule Updated 6/12/2026

name: d1-drizzle-schema description: "Generate Drizzle ORM schemas for Cloudflare D1 databases with correct D1-specific patterns." origin: firstsun-dev/skills

D1 Drizzle Schema

Generate correct Drizzle ORM schemas for Cloudflare D1 while avoiding D1-specific bugs.

Core Reference

Choose the appropriate reference based on your progress:


Critical D1 Differences

  • Bound Params: Limit is 100 (affects batch size).
  • JSON: Stored as TEXT, handled via { mode: 'json' }.
  • FK Enforced: Foreign keys are always ON.
Install via CLI
npx skills add https://github.com/firstsun-dev/skills --skill d1-drizzle-schema
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
firstsun-dev
firstsun-dev Explore all skills →