drizzle-orm
drizzle orm
What it does
- ๐๏ธ Advanced Schemas - Custom types, composite keys, indexes, constraints, multi-tenant patterns. Load when designing complex database schemas.
- ๐ Query Patterns - Subqueries, CTEs, raw SQL, prepared statements, batch operations. Load when optimizing queries or handling complex filtering.
- ๐ vs Prisma - Feature comparison, migration guide, when to choose Drizzle over Prisma. Load when evaluating ORMs or migrating from Prisma.
- Using any or unknown for JSON columns without type annotation
- Building raw SQL strings without using sql template (SQL injection risk)
- Not using transactions for multi-step data modifications
- Fetching all rows without pagination in production queries
Derived from the skill's own SKILL.md documentation ยท extracted 2026-07-23
drizzle-orm FAQ
What does the drizzle-orm skill do?
Type-safe SQL ORM for TypeScript with zero runtime overhead ๐๏ธ Advanced Schemas - Custom types, composite keys, indexes, constraints, multi-tenant patterns. Load when designing complex database schemas. ๐ Query Patterns - Subqueries, CTEs, raw SQL, prepared statements, batch operations. Load when optimizing queries or handling complex filtering.
How do I install drizzle-orm?
Run: npx -y skills add https://github.com/bobmatnyc/claude-mpm-skills --skill drizzle-orm --agent claude-code โ the source lives at github.com/bobmatnyc/claude-mpm-skills.
Maintain drizzle-orm?
Let people know it's listed here โ add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[drizzle-orm on getagentictools](https://getagentictools.com/skills/bobmatnyc-claude-mpm-skills-drizzle-orm?ref=badge) npx agentictools info skills/bobmatnyc-claude-mpm-skills-drizzle-orm The second line is the CLI lookup for this page โ handy in READMEs and docs.