A MongoDB library for NestJS applications built on top of Mongoose. Version 4.1.3. Designed to simplify common MongoDB operations within NestJS projects. Differentiates by providing a thin wrapper around Mongoose with NestJS-specific patterns, but has minimal documentation.
npm install finup-mongo-libraryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up MongoModule with connection URI and injects MongoService to access the database instance.
Refer to source or examples in the package repository.
Check changelog or migration guide if upgrading from 3.x.
Consider using official NestJS Mongoose package (@nestjs/mongoose) for production.
Run 'npm install finup-mongo-library' and ensure tsconfig includes node_modules types.
Ensure MongoModule is imported in the root module and MongoService is injected via constructor.