ORM for Scala Play app

// Solution
https://github.com/Pivopil/play
https://github.com/strongtyped/active-slick-activator-template/blob/master/app/components/Schema.scala
http://slick.typesafe.com/doc/2.1.0/orm-to-slick.html
http://stackoverflow.com/questions/15408489/how-to-execute-ddl-only-when-tables-dont-exist

// Option reading

http://stackoverflow.com/questions/9857907/access-play-2-0-configuration-variables-in-application-conf

http://stackoverflow.com/questions/23984334/play-framework-how-to-deal-with-api-keys

https://github.com/strongtyped/active-slick-activator-template/blob/master/app/controllers/PlayerController.scala

http://blog.knoldus.com/2015/03/03/play-with-reactive-slick-a-simple-crud-application-in-play-framework-using-slick-3-0/

https://github.com/gupta-himanshu/play-reactive-slick/tree/master/app/models

https://www.typesafe.com/activator/template/hello-slick-3.0

https://github.com/typesafehub/activator-hello-slick

http://slick.typesafe.com/doc/3.0.0/introduction.html#what-is-slick

// Anorm

https://www.playframework.com/modules/scala-0.9/guide2

http://www.jamesward.com/2012/02/21/play-framework-2-with-scala-anorm-json-coffeescript-jquery-heroku

http://stackoverflow.com/questions/10488950/play2-does-not-find-my-implicit-reads-or-format-for-json

No comments:

Post a Comment