NestJS MongoDB Driver Module (TypeScript 5 Decorators Fork)

JSON →
library 6.4.0 ·javascript
verified Jun 5, 2026

A NestJS module that integrates the official MongoDB Node.js driver (not Mongoose) into NestJS applications, providing dependency injection for Db and Collection objects. Version 6.4.0 supports NextJS 6-10 and TypeScript 5 decorators. This is a fork of the original erikc5000/nest-mongodb, updated to support TypeScript 5 decorator syntax, which the original maintainer has not yet published. Differentiates from the Mongoose module by offering lower-level MongoDB driver access without schema/models.