<mdb-collection> ( name -- collection )


Vocabulary
mongodb.driver

Inputs
namename of the collection


Outputs
collectionmdb-collection instance


Examples
USING: mongodb.driver ; "mycollection" <mdb-collection> t >>capped 1000000 >>max


Word description
Creates a new mdb-collection instance. Use this to create capped/limited collections.

Definition