MongoDB driver for Kotlin (synchronous, with Java helpers) • opensavvy.ktmongo.sync
Package-level declarations¶
Types¶
JavaField
¶
Type-safe representation of a dotted MongoDB field path from Java method references.
KtMongo
¶
object KtMongo
Entry-point to convert objects from the official drivers to the KtMongo library.
Functions¶
filter
¶
Helper for Java users of the find/filter methods.
options
¶
Helper for Java users to specify the default options for a request.
Helper for Java users to specify options for a given request.
sort
¶
Helper for Java users to specify the sort order within the WithSort.sort option.