Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best mongodb driver for Play Framework 2.1

what's the best MongoDB driver for Play Framework 2.1?

I am trying ReactiveMongo at this moment but I cannot find good documentation in anywhere and I have my doubts about its future development.

Which driver is the most popular and supported?

Thanks,

GA

like image 895
G A Avatar asked Oct 04 '22 14:10

G A


1 Answers

I didn't do any comparison so I wouldn't claim it's the best, but when I started with my current project there was only salat with its Play! plugin. It's quite well documented (see its github wiki) and under active development. I'd say it has production quality. If the documentation isn't enough for you there are samples of usage in the test suites in the repository.

like image 88
Rajish Avatar answered Oct 06 '22 05:10

Rajish