play-scala-anorm-example
play-scala-anorm-example copied to clipboard
Example Play Database Application using Anorm
Currently the distinct execution context for db operations is only on the 2.6.x branch, should be backported.
From https://github.com/playframework/anorm/issues/149#issuecomment-291200249 should revert back https://github.com/playframework/play-scala-anorm-example/blob/SNAPSHOT/build.sbt#L14
There is no problem when using Akka HTTP server, but after switching to Netty, when I run `sbt run` (development mode) the first page shown is `Database 'default' needs evolution!`....