What problem does it solve?
This Skill helps developers use Drizzle ORM correctly and consistently across schema design, querying, migrations, and TypeScript typing, reducing version mismatch errors and database-specific mistakes.
Core Features & Use Cases
- Schema design: Create PostgreSQL, MySQL, and SQLite tables, indexes, constraints, enums, and type-safe models.
- Query workflows: Write relational queries, joins, filters, CRUD operations, transactions, and dynamic query builders with accurate type inference.
- Migration guidance: Plan and run Drizzle Kit workflows while accounting for dialect limitations, relation syntax changes, and common gotchas.
- Use case: When upgrading a TypeScript app or adding a new table, this Skill can recommend the right imports, relation style, and migration path for the installed Drizzle version.
Quick Start
Ask for Drizzle ORM help on your current schema, query, or migration task and include the database dialect and installed version so the Skill can generate version-aware TypeScript guidance.