mniam
JSON →mniam is a small, opinionated MongoDB facade for the official Node.js native driver (mongodb). Version 5.1.0 wraps the driver's MongoClient to simplify URI parsing, connection management, and collection operations. It provides a lightweight API for CRUD, cursors (with async iteration, toArray, eachSeries, eachLimit), and aggregation pipelines. Key differentiators: minimal abstraction, automatic index creation, and fluent cursor/aggregation builders. Release cadence is sporadic; last update was 2022. Suitable for small projects seeking a thin wrapper without ODM features.
Resources
packagemniam ↗