MongoDB Wrapper
JSON →An unofficial wrapper around the MongoDB Node.js driver that provides a console-like API for CRUD operations. Version 1.0.3 is the latest stable release, though the package is effectively abandoned (no updates since 2012). It wraps node-mongodb-native but introduces a non-standard API surface that does not follow modern best practices. Notably, it does not support promises or async/await and is not compatible with MongoDB 3.x+ drivers. For modern projects, use the official mongodb package or mongoose.
Resources
packagemongodb-wrapper ↗