The project demonstrate how to build a simple CRUD application with Play Scala. For a step by step guide of the project watch this video.
Sorm has been chosen as a database access layer. It provides database methods out of the box such as save
or all
. For this simple CRUD application it is perfect. For a larger application you should use other libraries such as Slick or Anorm.