🔬
Moonlight.DB
GitHubNPM
  • Introduction
  • Getting Started
  • Documentation
    • Database
      • createCollection()
      • deleteCollection()
      • collections
    • Collection
      • find()
      • findOne()
      • update()
      • updateOne()
      • insertOne()
      • insertMany()
      • delete()
      • deleteOne()
      • length
Powered by GitBook
On this page
  • Example
  • collections

Was this helpful?

  1. Documentation
  2. Database

collections

Collections associated with this connection

PreviousdeleteCollection()NextCollection

Last updated 2 years ago

Was this helpful?

Example

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

collections

Returns
Description

All collection names

Array