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
Agbo, Daniel Onuoha -
Riyon Sebastian -
simprl -
Habib Hinn -
Top comments (0)