Add updated mongodb functions

This commit is contained in:
Brandon Herman
2021-01-22 18:28:22 -05:00
parent ea92f293e2
commit a829d66d7d
6 changed files with 137 additions and 12 deletions

View File

@@ -18,8 +18,12 @@
"operation": {
"save": "save",
"insert": "insert",
"insertOne": "insertOne",
"insertMany": "insertMany",
"update": "update",
"remove": "remove",
"deleteOne": "deleteOne",
"deleteMany": "deleteMany",
"find": "find",
"count": "count",
"aggregate": "aggregate"