user920041
user920041

Reputation:

What is the recommended mongo db plugin for Play! Framework?

There are at least two mongo db plug-ins for Play! Framework, PlayMorphia and Mongo 1.3.

What is the recommended plug-in, and if there is other, what about them?

Upvotes: 3

Views: 905

Answers (4)

zheng jinyuan
zheng jinyuan

Reputation: 1

All those two is for play 1.x . If you use play 2.x you can give play-salat or Play-ReactiveMongo a try.

play-salat : https://github.com/leon/play-salat

Play-ReactiveMongo: https://github.com/ReactiveMongo/Play-ReactiveMongo

By the way Leon Radley ,when play-salat will support play 2.2 version??

Upvotes: 0

Leon Radley
Leon Radley

Reputation: 7682

I've recently written a mongodb plugin for play (scala)

https://github.com/leon/play-salat

have a look!

Upvotes: 0

Ed Michel
Ed Michel

Reputation: 908

consider also reading this article if you are interested in Play Framework 2.0, which was released recently: http://nesbot.com/2011/11/28/play-2-morphia-logging-error

Upvotes: 0

Ali Raza
Ali Raza

Reputation: 1215

Use the morphia module. It has more functionality, uses another well tested library and is in a way better shape.

Upvotes: 3

Related Questions