steineey / node-red-contrib-mongodb4

MongoDB driver node for Node-RED
MIT License
26 stars 10 forks source link

DB commands possible? #12

Closed fuji4 closed 1 year ago

fuji4 commented 1 year ago

Hello? Is it possible to execute db commands like db.stats() or db.getCollectionInfos() with this node?

Greetings

steineey commented 1 year ago

Hi fuji4, I'm sorry but this is not possible yet. Only collection operations. I will enable this feature in the next release of this node.

steineey commented 1 year ago

I have published v1.8.0 on npm. It's now possible to run operations like db.stats with this node.

fuji4 commented 1 year ago

Cool - thank you.