ozomer/node-red-contrib-mongodb2

get collections list

Closed this issue · 2 comments

slkow commented

I would like to be able to get array with all collections in db. Could you add that operation?

jomel commented

I presume you are referring to the equivalent of db.listCollections().toArray() : driver docs link ?

slkow commented