GitHub - othp/anorm: The Anorm database library

Anorm is a simple data access layer that uses plain SQL to interact with the database and provides an API to parse and transform the resulting datasets.

Usage

In a projects built with SBT, dependency to Anorm can be added as following:

libraryDependencies ++= Seq(
  "com.typesafe.play" %% "anorm" % ReplaceByAnormVersion)

Build manually

Anorm can be built from this source repository.

To run the tests, use:

Travis: Travis build status

Documentation

To run the documentation server, run:

To test the documentation code samples, run: