I want to get all the collections names I have and show them, and I want to skip two collections "middle", and "xxx". How to do that?
Pice of my code.
await db.listCollections({name:"middle","xxx"} ).toArray();
I want to get all the collections names I have and show them, and I want to skip two collections "middle", and "xxx". How to do that?
Pice of my code.
await db.listCollections({name:"middle","xxx"} ).toArray();
For further actions, you may consider blocking this person and/or reporting abuse
Prashant Ardeshana -
Joan Peramás Ceras -
Hamza Khan -
Bojan Jagetic -
Top comments (0)