MongoDB persistence engine for the save library. Version 2.1.0 provides a MongoDB-backed implementation of the save ODM/ORM interface, enabling MongoDB as a storage backend for models. Released under the New BSD License, it is designed for use with Node.js (>=6). Key differentiators: simple integration with save, streaming find(), and callback-based API. Suitable for projects already using save that need MongoDB support.
npm install save-mongodbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to set up a MongoDB connection, create a save store backed by MongoDB, and create a document.
Run: npm install mongodb save
Use callbacks or promisify with util.promisify().
npm install mongodb
npm install save