mongoose-live
A simple REPL integration for Mongoose
A simple REPL integration for Mongoose
A simple utility to connect to mongoose on a local machine
Short-hand for creating `mongoose` model using `Typescript`.
A simple mongodb-memory-server wrapper for mongoose to make your tests 10x faster.
A type-safe database migration library for Mongoose
mongodb-aggregate.d.ts
Migrations and seed/fixtures framework for node (v16+) and mongoose (v7+).
Populate db for integration testing using your mongoose models
Plugin for mongoose which sets up all default values for fields if default values were not provided
Plugin for mongoose which sets up all default values for fields if default values were not provided
Mongoose soft delete plugin
Mongoose soft delete plugin
Mongoose soft delete plugin
A utility for copying data between MongoDB collections using Mongoose inside terminal only
CRUDL operations with Mongoose. (Create, Read, Update, Delete, List)
Export mongoose queries as CSV streams.
A mongoose plugin that allows iterations over batches with cursor.
A mongoose plugin that adds a count and find method for making pagination simplier
Mongoose plugin to name normalize collections names based on naming convention camelCase, snake_case, PascalCase, ...etc