Function showCollection

  • Query collections in the database

    const collections = await showCollection(db)
    

    Parameters

    • db: Database

      the instance of database

    Returns Promise<Collection[]>

    the Collection[]

Generated using TypeDoc