Skip to content

MongoDB driver for Kotlin (coroutines)opensavvy.ktmongo.coroutines.operations

Package-level declarations

Declaration of the different types of operations.

Types

AggregationOperations

Interface grouping MongoDB operations relating to aggregation pipelines

BaseOperations

interface BaseOperations

CollectionOperations

Interface grouping MongoDB operations relating to collection administration.

CountOperations

Interface grouping MongoDB operations relating to counting documents.

DeleteOperations

Interface grouping MongoDB operations relating to deleting documents.

FindOperations

Interface grouping MongoDB operations allowing to search for information.

InsertOperations

UpdateOperations

Interface grouping MongoDB operations allowing to update existing information.

UpdatePipelineOperations

Interface grouping MongoDB operations allowing to update existing information using aggregation pipelines.