A Query Monad implementation for Anorm.
(Initiated for the article Functional database programming with Play Anorm through the Reader Monad
)
The project is using SBT, so to build it from sources the following command can be used.
sbt publishLocal
Please take a look at the Contribution guide