Using Anorm
Reading Time: 3 minutes Anorm is basically a data access layer to talk to the database we are using. In this blog, we will be using mysql as our database. Anorm is the default persistence provider in play framewok. Anorm uses plain sql to interact with the database and provides an API to parse and transform the resulting datasets. To start with anorm, you need to include the following Continue Reading