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 SyncMongoAggregateIterable using an existing flow from the official Kotlin driver.
Instantiates a KtMongo SyncMongoFindIterable using an existing flow from the official Kotlin driver.
Instantiates a KtMongo SyncMongoClient using an existing client from the official Kotlin driver.
Instantiates a KtMongo SyncMongoDatabase using an existing client from the official Kotlin driver.
Instantiates a KtMongo SyncMongoCollection using an existing collection from the official Kotlin driver.
Instantiates a KtMongo SyncMongoClient using an existing client from the official Kotlin driver.