Package-level declarations
Types
Streaming-capable iterable cursor to read data from the database.
An aggregation pipeline built on top of the official Kotlin driver.
Entry-point to the KtMongo Coroutines driver.
A collection stores related documents together.
A grouping of collections with the same theme.
Streaming-capable iterable cursor to read data from the database.
Functions
Access the data of this pipeline as a MongoIterable.
Instantiates a KtMongo CoroutineMongoAggregateIterable using an existing flow from the official Kotlin driver.
Instantiates a KtMongo CoroutineMongoFindIterable using an existing flow from the official Kotlin driver.
Instantiates a KtMongo CoroutineMongoClient using an existing client from the official Kotlin driver.
Instantiates a KtMongo CoroutineMongoDatabase using an existing client from the official Kotlin driver.
Instantiates a KtMongo CoroutineMongoCollection using an existing collection from the official Kotlin driver.
Instantiates a KtMongo CoroutineMongoClient using an existing client from the official Kotlin driver.