KtMongo
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
KtMongo
MongoDB driver for Kotlin (coroutines, compatibility for KMongo)
/
opensavvy.ktmongo.coroutines.kmongo
Package-level
declarations
Functions
Functions
as
Kt
Mongo
Link copied to clipboard
fun
<
T
:
Any
>
MongoCollection
<
T
>
.
asKtMongo
(
)
:
JvmMongoCollection
<
T
>
Converts a collection from the official Java MongoDB driver into a KtMongo collection.