drizzle-orm-schema-and-relations
Installation
SKILL.md
Drizzle ORM Schema and Relations
Use this skill when the task is about schema declaration, relation modeling, or the ownership of database structure in Drizzle.
Scope
- dialect-specific table and column declaration
- schema organization across one or many files
- aliases, casing, and naming conventions
- indexes, constraints, views, sequences, and RLS
- soft relations and relational-query schema definitions
- beta-only relation-modeling changes like
defineRelations