# node-mongoose-connectionstate **Repository Path**: mirrors_yorkie/node-mongoose-connectionstate ## Basic Information - **Project Name**: node-mongoose-connectionstate - **Description**: a little gateway to mongoose state - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README node-mongoose-connectionstate ============ a little gateway to mongoose state ### Installation ```bash $ npm install mongoose-connectionstate ``` ### Usage ```js var STATES = require('mongoose-connectionstate'); console.log(STATES); console.log(STATES.disconnected); console.log(STATES.connected); console.log(STATES.connecting); console.log(STATES.disconnecting); console.log(STATES.uninitialized); ``` ### License MIT