mongodb database with scala play 2.0 tutorial

10,636

Solution 1

Here's the official plugin for salat

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

Give me a shout if you can't get it working.

Solution 2

Have you checked out this project:

https://github.com/vznet/play-mongo-jackson-mapper

Solution 3

I spent some time on integration of the MongoDb support in the todo application (using salat extension) from the official Play Framework site.

https://github.com/Mironor/Play-2.0-Scala-MongoDb-Salat-exemple

Hope this will help

Share:
10,636
play
Author by

play

Updated on June 12, 2022

Comments

  • play
    play almost 2 years

    Is there a tutorial how I can use mongodb database with scala play 2.0?

    On the official website (playframework.org) there seems to be only the SQL example.