mongoose-selfreference
mongoose plugin to set up self-referential attributes
mongoose plugin to set up self-referential attributes
package for mongoose transaction (based on mongoose transaction)
mongoose history
Perform all CRUD operation in a easy way
A Mongoose plugin that adds a tags path to any schema
Erase collections, models and schemas for unit testing with mongoose
Mongoose plugin to emit events when documents are created or removed and when fields are changed
Manage Mongo Collection diff History and versions
A plugin that will disable remove functions for mongoose models
Disables Stack Trace on validation, cast and other error mongoose errors.
Mongoose distance is a collection of Schema values for build a recommendation system in base of Mongoose.
Easy distributed locks based MongoDB's atomic operations with Mongoose.
A mongoose plugin to populate into nested documents in depth by a easy reading path
A document merging plugin for Mongoose
Manage Mongo Collection diff History and versions
A configurable mongoose pagination plugin that uses objectIds rather than skip
A schema plugin that allows documents to have expiration dates, and defaults queries to respect these.
產生基本mongoose與express MVC架構 目錄結構 ```bash myfirst ├── api #route api 存放位置 │ └── example #api 名稱 │ ├── controller │ │ └── get.js │ └── index.js # 放 route.get post... ├── models │ ├── mongodb │ │ ├── connector.js │
mongoose extension function
Create Express 4 router and middleware from Mongoose 4 model.