drizzle-database

Installation
SKILL.md

Drizzle Database Patterns

Use this skill to implement and review Drizzle ORM schema and query code with project-consistent typing, relation modeling, and migration/test verification.

When to Use This Skill

Use this skill when work explicitly involves Drizzle ORM primitives, for example:

  • pgTable(...) schema definitions
  • relation declarations with relations(...)
  • Drizzle select/query builder composition (db.select, db.query.*)
  • Drizzle migrations and schema evolution
  • typed test DB seeding for Drizzle-backed tests

Avoid triggering this skill for generic SQL/database discussions that are not tied to Drizzle implementation.

Canonical Workflow

Apply this sequence for every schema/query change:

Related skills

More from blogic-cz/blogic-marketplace

Installs
61
GitHub Stars
3
First Seen
Feb 28, 2026