Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 ktor 中使用 GRIDFSBuckets 来上传文件。我正在使用 KMongo 协程扩展来创建我的 MongoDB 客户端。调用 GRIDFSBucket.create() 时。它的参数需要一个 MongoDatabase 和 bucketName。这很好,但是 KMongo 协程创建了一个CoroutineDatabase不需要的 MongoDatabase。有没有办法解决?
CoroutineDatabase