import * as mongo from "https://deno.land/x/mongo@v0.33.0/src/types.ts";
Interfaces
Options for running aggregations | |
The document returned by the buildInfo command. | |
Options for controlling the collation of strings in a query | |
Options used to connect to the server | |
Options for counting Documents | |
Options given to MongoDB when creating an index | |
Options given to MongoDB when creating a user | |
Credentials used to authenticate with the server | |
Options used when deleting Documents | |
Options to provide when dropping an index | |
Options to pass when dropping a collection | |
Options for the findAndModify operation | |
Options used when finding a document | |
Options used when creating an index | |
Options used when inserting a document | |
Information about a database on the server | |
A representation of a server | |
Options used when updating a document |
Type Aliases
Aggregation pipelines are used to process many documents | |
A generic document | |
A filter used when querying data | |
An inserted document | |
the unit of time used when dealing with a time series | |
The filter used when updating a document | |