Create a collection.
-
name
(string): name of the mongo collection -
[
creationOptions
] (object): options to create the collection -
[
options
] (object): collection level options
A Collection instance.
const users = db.create('users', { capped: true, size: n })