collections

Collections associated with this connection

Example

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

collections

Returns
Description

All collection names

Last updated

Was this helpful?