Plugin for Mongoose that turns duplicate errors into regular Mongoose validation errors
mongoose-unique-validator is a plugin which adds pre-save validation for unique fields within a Mongoose schema.
Plugin for Mongoose that turns duplicate errors into regular Mongoose validation errors
Mongoose soft delete plugin
OpenTelemetry instrumentation for `mongoose` database object data modeling (ODM) library for MongoDB
Mongoose MongoDB ODM
Amazingly short non-sequential url-friendly unique id generator.
Mongoose extension that allows to build json schema for mongoose models, schemas and queries
➔ 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
Automatically transform Mongoose validation error message(s) to a humanized and readable format
Very generic autoincrement plugin for mongoose
Generate a unique character string suitible for use in files and URLs.
Generate a unique random string
Generate a unique filename for use in temporary directories or caches.
Legacy pluralization logic for mongoose
A custom pagination library for Mongoose with customizable labels.
Schema definitions for GeoJSON types for use with Mongoose JS
Mongoose plugin which adds pre-save validation for unique fields within a Mongoose schema. This makes error handling much easier, since you will get a Mongoose validation error when you attempt to violate a unique constraint, rather than an E11000 error f
Validators for mongoose models utilising validator.js
Ensure CSS selectors are unique.
A simple symmetric encryption plugin for individual fields. Dependency free, only mongoose peer dependency.
Simple encryption and authentication plugin for Mongoose
A page based custom aggregate pagination library for Mongoose with customizable labels.
Remove duplicate values from an array. Fastest ES5 implementation.