https://github.com/playframework/anorm
The Anorm database library
https://github.com/playframework/anorm
jdbc parser scala
Last synced: about 2 months ago
JSON representation
The Anorm database library
- Host: GitHub
- URL: https://github.com/playframework/anorm
- Owner: playframework
- License: apache-2.0
- Created: 2014-12-05T03:05:14.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T16:20:51.000Z (about 1 year ago)
- Last Synced: 2024-04-15T12:07:27.704Z (about 1 year ago)
- Topics: jdbc, parser, scala
- Language: Scala
- Homepage: https://playframework.github.io/anorm/
- Size: 2.07 MB
- Stars: 234
- Watchers: 16
- Forks: 75
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-playframework - 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. (Libraries / Databases)
- awesome-scala - anorm - activity/y/playframework/anorm) (Table of Contents / Database)
- awesome-scala - Anorm ★ 135 - Simple SQL data access. (Database)
- fucking-awesome-scala - anorm - activity/y/playframework/anorm) (Table of Contents / Database)
- fucking-awesome-scala - anorm - activity/y/playframework/anorm) (Table of Contents / Database)
README
# Anorm
[](https://twitter.com/playframework)
[](https://discord.gg/g5s2vtZ4Fa)
[](https://github.com/playframework/playframework/discussions)
[](https://stackoverflow.com/tags/anorm)
[](https://www.youtube.com/channel/UCRp6QDm5SDjbIuisUpxV9cg)
[](https://www.twitch.tv/playframework)
[](https://opencollective.com/playframework)[](https://github.com/playframework/anorm/actions/workflows/build-test.yml)
[](https://mvnrepository.com/artifact/org.playframework.anorm/anorm_2.13)
[](https://github.com/playframework/anorm)
[](https://scala-steward.org)
[](https://mergify.com)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.
- [User guide](https://playframework.github.io/anorm/)
- [Scaladoc](https://playframework.github.io/anorm/unidoc/anorm/)## Usage
In a projects built with SBT, dependency to Anorm can be added as following:
```scala
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