Skip to content

Latest commit

History

893 Commits

Folders and files

NameName
Last commit message
Last commit date

Anorm

Twitter FollowDiscordGitHub DiscussionsStackOverflowYouTubeTwitch StatusOpenCollective

Build StatusMavenRepository sizeScala Steward badgeMergify Status

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

Documentation

To run the documentation server, run:

sbt docs/run

To test the documentation code samples, run:

sbt docs/test

Releasing a new version

See https://github.com/playframework/.github/blob/main/RELEASING.md

About

The Anorm database library

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

254 stars

Watchers

15 watching

Forks

Releases

Used by

Contributors

Languages