Drizzle Prisma Generator

JSON →
library 0.1.7 ·javascript
verified Jun 7, 2026

Automatically generate Drizzle ORM schema files from an existing Prisma schema. Current stable version is 0.1.7. This tool bridges Prisma and Drizzle ORM ecosystems, allowing developers to use Prisma's schema design capabilities while leveraging Drizzle's lightweight, type-safe query builder. Unlike alternative approaches that require manual schema rewriting, this generator produces a fully typed Drizzle schema that mirrors the Prisma model definitions. Supports PostgreSQL, MySQL, and SQLite data providers; binary types are not yet supported. Output can be a single TypeScript file or a folder. Works with both ESM and CJS projects. Released by the Drizzle team with active maintenance.