Migrate to Prisma ORM
In this section
📄️ Migrate from TypeORM
This guide describes how to migrate from TypeORM to Prisma ORM. It uses an extended version of the TypeORM Express example as a sample project to demonstrate the migration steps. You can find the example used for this guide on GitHub.
📄️ Migrate from Sequelize
This guide describes how to migrate from Sequelize to Prisma ORM. It uses an extended version of the Sequelize Express example as a sample project to demonstrate the migration steps. You can find the example used for this guide on GitHub.
📄️ Migrate from Mongoose
This guide describes how to migrate from Mongoose to Prisma ORM. It uses an extended version of the Mongoose Express example as a sample project to demonstrate the migration steps. You can find the example used for this guide on GitHub.