Skip to content

Database Skill

The database skill gives Claude deep knowledge of database patterns with D1 and SQLite — schema design, migrations, parameterized queries, and batch operations.

Activated automatically when working on database schemas, SQL queries, migrations, or D1 bindings.

  • D1 query patterns (parameterized queries, batch operations)
  • Schema design with UUIDs, timestamps, and foreign keys
  • Migration file organization and multi-environment workflow
  • Query patterns (JOINs, upsert, full-text search with FTS5)
  • SQL injection prevention with parameterized queries