Hello I am new the play framework, and our team is planning to use mongodb. I found two drivers for it, Mongo Scala Driver and Reactive-Mongo, they are both non-blocking and asynchronous.
What are the differences between them?
As you are using the Play Framework, I highly recommend using the Play-ReactiveMongo driver which allows you to use Play's excellent JSON support (i.e. the JSObject
family) instead of having to learn yet-another way of describing JSON objects: ReactiveMongo out of the box uses a similar-but-not-identical BSONValue
, BSONDocument
etc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With