Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 488 Bytes

LEARN.md

File metadata and controls

16 lines (11 loc) · 488 Bytes

Mongo-always

mongoland is a superset of mongoose. It is a wrapper around mongoose. It manage your mongoose connection and keep it alive always. It also provide you some extra features like CRUD operations, etc. MongoDB Node.js Driver.

Installation

npm install mongo-always

Usage

const mongoAlways = require("mongo-always");
const mongo = new mongoAlways("mongodb://localhost:27017", true);