mongodb - Does mongo-scala-driver support GridFs? -


i @ documentation here http://mongodb.github.io/mongo-scala-driver/1.1/ , not find mentioned.

unfortunately mongo-scala-driver written scratch (it's not java driver wrapper) , does not support gridfs.

you can take @ reactivemongo - it offers api gridfs.

otherwise, can use java driver instead.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -