What problem does it solve?
It turns Drizzle ORM schema design, querying, and migrations into clear guidance for TypeScript database projects, reducing guesswork when building production data layers.
Core Features & Use Cases
- Schema design for PostgreSQL, MySQL, and SQLite, including tables, columns, relations, indexes, enums, and reusable patterns.
- Migration workflows with drizzle-kit for push, generate, migrate, introspect, and studio, with practical advice for development and production.
- Query patterns for selects, inserts, updates, deletes, joins, subqueries, relational loading, transactions, prepared statements, and performance tuning.
- Framework integration for Next.js, Supabase, Neon, Turso, Cloudflare D1, and TanStack Start, including connection pooling and edge-runtime setup.
- Use case: migrate an existing Prisma-backed app to Drizzle while preserving type safety, deployment reliability, and database performance.
Quick Start
Ask the assistant to review your Drizzle project and provide the safest schema, migration, query, and runtime recommendations for your target database.