Skip to content

opensavvy.ktmongo.api

Types

MongoAggregationPipeline

A multi-stage aggregation pipeline that transforms documents from a MongoDB collection.

MongoClient

Entry-point to the KtMongo drivers.

MongoCollection

MongoDatabase

interface MongoDatabase

A grouping of collections with the same theme.

MongoIterable

interface MongoIterable<Document : Any>

Streaming-capable iterable cursor to read data from the database.

Functions