Top "Anorm" questions

Anorm is a simple data access layer included in the Play Framework.

NodeJS vs Play Framework for large project

I am really torn between two different stacks with which to build a large application. One the one hand there …

mongodb node.js playframework coffeescript anorm
Where to see the logged sql statements in play2?

I found there is such a configuration in application.conf: # If enabled, log SQL statements being executed. db.default.logStatements=…

sql logging playframework-2.0 anorm
What does the tilde (~) mean in this Scala example?

http://woss.name/2012/04/02/retrieving-bigdecimals-from-a-database-with-anorm-scala/ object Site { val allFieldsParser = { get[Pk[Long]]("sites.id") ~ // Help me parse this syntax get[String]("…

scala anorm
Play scala advice on anorm vs slick

I am thinking of learning and using the play framework with scala for building web apps. However, I would like …

playframework slick anorm
How to insert value of UUID?

I'm using anorm 2.4 in play framework 2.3 backed postgresql 9.4 Give a model like this: case class EmailQueue(id:UUID, send_from:…

postgresql scala playframework anorm