veden-mongodb

JSON →
library 1.4.0 ·javascript
verified Jun 5, 2026

A lightweight MongoDB client wrapper for Node.js that simplifies CRUD operations, aggregation, and transaction management. Current version is 1.4.0, with irregular release cadence. It provides a promise-based API with methods like find, insert, update, delete, aggregate, and transaction support. Unlike native MongoDB driver, it reduces boilerplate by accepting a parameter object for database, collection, limits, and field projection. It also includes a startTransaction helper that handles retries and commit/abort logic.