Monguito
JSON →Monguito v6.1.3 is a lightweight, type-safe MongoDB repository library for Node.js that implements the repository and polymorphic patterns on top of Mongoose (v8+). It reduces boilerplate by providing a generic MongooseRepository class with basic CRUD operations (findById, findOne, findAll, save, deleteById) and supports polymorphic schemas via subtype configuration. It ships with TypeScript types and requires Node.js >= 18.18.0. Unlike raw Mongoose or other ODM wrappers, Monguito enforces a structured repository pattern and optional audit data tracking.
Resources
packagemonguito ↗