简体   繁体   English

mongo-scala驱动程序是否支持GridF?

[英]Does mongo-scala-driver support GridFs?

我在这里查看他们的文档, 网址为http://mongodb.github.io/mongo-scala-driver/1.1/ ,但找不到该文档的位置。

Unfortunately mongo-scala-driver is written from scratch (it's not a java driver wrapper) and it does not support GridFS . 不幸的是, mongo-scala-driver是从头开始编写的(它不是Java驱动程序包装器), 并且不支持GridFS

You can take a look at ReactiveMongo - it offers an API for GridFS . 您可以看一下ReactiveMongo, 它提供了GridFS的API

Otherwise, you can always use the Java driver instead. 否则,您始终可以改用Java驱动程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM