mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add updated mongodb functions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user