https://github.com/woovibr/debug-mongoose-aggregate
Simple aggregate debugger for mongoose
https://github.com/woovibr/debug-mongoose-aggregate
aggregate debug debugger mongo mongodb mongoose node node-js nodejs
Last synced: 9 months ago
JSON representation
Simple aggregate debugger for mongoose
- Host: GitHub
- URL: https://github.com/woovibr/debug-mongoose-aggregate
- Owner: woovibr
- License: mit
- Created: 2018-11-14T17:19:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T19:20:14.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T09:12:45.395Z (9 months ago)
- Topics: aggregate, debug, debugger, mongo, mongodb, mongoose, node, node-js, nodejs
- Language: JavaScript
- Size: 4.88 KB
- Stars: 8
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# debug-mongoose-aggregate
## Usage:
```
await debugAggregate(UserModel, aggregatePipeline);
```