Skip to main content
Very Popular
Latest
method Collection.prototype.find
import { Collection } from "https://deno.land/x/mongo@v0.33.0/src/collection/collection.ts";

Get a FindCursor for the given filter

Parameters

optional
filter: Filter<T>

The query used to match documents

optional
options: FindOptions

Additional options for the operation

Returns

A cursor for the query