Package-level declarations
Types
Link copied to clipboard
A multi-stage aggregation pipeline that transforms documents from a MongoDB collection.
Link copied to clipboard
Entry-point to the KtMongo drivers.
Link copied to clipboard
interface MongoCollection<Document : Any> : ObjectIdGenerator, AggregationOperations<Document> , ClientSideViewOperations<Document> , CollectionOperations<Document> , CountOperations<Document> , DeleteOperations<Document> , FindOperations<Document> , InsertOperations<Document> , UpdateOperations<Document> , UpdatePipelineOperations<Document>
A collection stores related documents together.
Link copied to clipboard
interface MongoDatabase
A grouping of collections with the same theme.
Link copied to clipboard
Streaming-capable iterable cursor to read data from the database.