Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 286 Bytes

get.md

File metadata and controls

19 lines (11 loc) · 286 Bytes

manager.get

Gets a collection.

Arguments

  1. name (string): name of the mongo collection

  2. [options] (object): collection level options

Returns

A Collection instance.

Example

const users = db.get('users', options)