I look at their documentation here http://mongodb.github.io/mongo-scala-driver/1.1/ and I could not find where it is mentioned.
Asked
Active
Viewed 327 times
2 Answers
3
Unfortunately mongo-scala-driver
is written from scratch (it's not a java driver wrapper) and it does not support GridFS.
You can take a look at ReactiveMongo - it offers an API for GridFS.
Otherwise, you can always use the Java driver instead.

tomdavies
- 1,896
- 5
- 22
- 32
1
Seems like it's coming. Just found this directory on github
and this example

green-creeper
- 316
- 3
- 15