nestjs

Nest.js with MongoDB: TypeORM vs Mongoose

January 7, 2022 ยท 1 min read
Lately, I had the chance to introduce Nest.js to an existing Nx monorepo. To fit in with the rest of the microservices, I used MongoDB as a database. When using MongoDB with Nest.js, we can decide between TypeORM and Mongoose, both having a great Nest.js integration by their core team.