collections

Collections associated with this connection

Example

console.log(db.collections);
//output => ["example1", "example2", "example3"];

collections

ReturnsDescription

All collection names

Last updated