Popularity
5.5
Growing
Activity
7.6
Declining
236
16
75

Description

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.

Programming language: Scala
License: Apache License 2.0
Tags: Database     Tools     JDBC    
Latest version: v2.6.5

Anorm alternatives and similar packages

Based on the "Database" category.
Alternatively, view Anorm alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Anorm or a related project?

Add another 'Database' Package

README

Anorm

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(
  "org.playframework.anorm" %% "anorm" % ReplaceByAnormVersion)

Build manually

Anorm can be built from this source repository.

sbt publish-local

To run the tests, use:

sbt test

Travis: Travis build status

Documentation

To run the documentation server, run:

sbt docs/run

To test the documentation code samples, run:

sbt docs/test

Support

The Anorm library is Community Driven.