A comprehensive reference for Drizzle ORM that covers schema definition, type-safe queries, and migration patterns. The skill walks through setting up tables with proper TypeScript inference, handling one-to-many and many-to-many relations, and writing complex queries with joins and filters. It includes practical examples for transactions, pagination, and the migration workflow using Drizzle Kit. Use this when you need to quickly reference Drizzle's SQL-like syntax or when setting up a new project with proper schema patterns. The examples are production-ready and cover edge cases like custom column types and relation queries that the official docs sometimes gloss over.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill drizzle-orm