Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 526 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 526 Bytes

Reactive mongo plugin

A plugin for Play Framework that bring you all the power of Reactive Mongo:

  • asyncronous query to DB
  • automatic management of Father and Sons relationship
  • supports and maps automatically granparents and children
  • cascade updates on parents and siblings on single update
  • it guarantees data integrity and consistency with UI

Check out the template in order to see how it works.

Need to define DB name(s) in your application.conf

dbNames = { db = "myDBName" }

TPTeam