A deadly simple flow control package for node.js
A url field-type for Mongoose schemas
Seed mongodb with data using mongoose models
Cache plugin for mongoose Queries and Aggregate (in-memory, redis)
TypeScript definitions for mongoose-sequence
Optimistic concurrency control (OCC) plugin for mongoose
Connect mongoose properly
TypeScript definitions for mongoose-auto-increment
➔ Schema-based slug plugin for Mongoose ✓ single⋮compound ✓ unique within collection⋮group ✓ nested docs⋮arrays ✓ relative⋮abs paths ✓ sync on change: create⋮save⋮update⋮updateOne⋮updateMany⋮findOneAndUpdate ✓ $set operator ✓ counter⋮shortId
A Jest package for mocking mongoose models
A bunch of helpers used to simplify rest development.
Mongoose plugin that simplifies building username and password login with Passport
Mongoose plugin to enable deep population of nested models
A customisable mongoose plugin to use MongoDB Atlas Search feature
Mongoose plugin, adding `createdAt` and `modifiedAt` timestamp fields to document. `modifiedAt` is changed on any type of update.
mongoose rest actions on top of express
A mongoose based migration framework for node
Data mocker for mongoose schema
Mongoose plugin to use String _id and by default will generate 16-char base64 string representation of ObjectId.
Test helpers for using mongodb with mocha
Continuation-local-storage (CLS) mongoose shim
A mongoose plugin, improving 'Model.ensureIndexes' method, allowing also deletion of unused indexes and reindexing with changed options.
Mongoose plugin, adding revision field to documents, which gets increased on each update (not only arrays, as internal versioning does). Also, disables internal versioning.
Easily create a flexible REST interface for mongoose models