This is an example Play application that uses Scala on the front end, and communicates with an in memory database using Anorm.
Play documentation is here:
https://playframework.com/documentation/latest/Home
Anorm is a Scala ORM library that uses SQL:
https://www.playframework.com/documentation/2.5.x/ScalaAnorm
and