Session store backed by MongoDB, designed for use with Express/Connect session middleware. Version 0.0.2 is the latest and only release; no active maintenance since 2013. Key differentiator: minimalistic API but relies on outdated mongo-col and is not a direct replacement for connect-mongo. Not suitable for modern Node.js or MongoDB drivers.
npm install mongo-storeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes a MongoDB session store using mongo-col library, sets and retrieves a session.
Migrate to connect-mongo or session-file-store for stable session storage.
Create a declaration file or use a typed session store like connect-mongo.
Replace with connect-mongo or another actively maintained session store.
Use mongo-col wrapper or adapt the collection interface.
Run npm install mongo-col or switch to connect-mongo.
Use import mongoStore from 'mongo-store' or const mongoStore = require('mongo-store').No dependency data recorded yet.