Drizzle Kit

JSON →
library 0.31.10 ·javascript
verified Jun 4, 2026

Drizzle Kit is a CLI migrator tool for Drizzle ORM, currently at stable version 0.31.10. It automatically generates SQL migrations from schema definitions, covering ~95% of common cases like deletions and renames by prompting user input. Released frequently with active development, it supports PostgreSQL, MySQL, and SQLite. Key differentiators include push schema (direct database sync), introspection, and zero-config migrations, making it a fast and developer-friendly alternative to tools like Prisma Migrate.