This codemod helps you migrate your NestJS application from TypeORM to Prisma ORM with minimal manual effort. It automatically transforms repository patterns, query operations, and module structures following best practices from the Prisma team.
Warning
This repository is under active development and not yet ready for production use.
- 🔄 Transforms TypeORM repository patterns to Prisma Client queries
- 🧩 Handles common query operations (find, create, update, delete)
- 📊 Provides examples for complex query builder transformations
- 🔧 Includes NestJS-specific PrismaModule and PrismaService implementations
- 📝 Comprehensive migration guide with examples for common patterns
Follow our detailed migration guide to convert your application step by step.