https://github.com/outr/scalarelational
Type-Safe framework for defining, modifying, and querying SQL databases
https://github.com/outr/scalarelational
Last synced: 17 days ago
JSON representation
Type-Safe framework for defining, modifying, and querying SQL databases
- Host: GitHub
- URL: https://github.com/outr/scalarelational
- Owner: outr
- Created: 2013-11-01T17:14:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T14:19:11.000Z (about 1 year ago)
- Last Synced: 2024-10-30T15:50:54.752Z (6 months ago)
- Language: Scala
- Size: 1.14 MB
- Stars: 58
- Watchers: 12
- Forks: 7
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-scala - ScalaRelational ★ 51 ⧗ 1 - Type-Safe framework for defining, modifying, and querying SQL databases. (Database)
- awesome-scala - scalarelational - Safe framework for defining, modifying, and querying SQL databases |   (Table of Contents / Database)
- fucking-awesome-scala - scalarelational - Safe framework for defining, modifying, and querying SQL databases |   (Table of Contents / Database)
README
# ScalaRelational
[](https://travis-ci.org/outr/scalarelational)
[](https://waffle.io/outr/scalarelational)
[](https://gitter.im/outr/scalarelational)
[](https://maven-badges.herokuapp.com/maven-central/org.scalarelational/scalarelational-core_2.11)*ScalaRelational* is a database framework which provides a type-safe DSL for SQL in Scala. The goal in its design is to be a thin layer over SQL, making it one of the fastest database abstractions for the Scala programming language.
## Links
* [Single-page manual](http://scalarelational.org/scalarelational/latest.html)
* [Multi-page manual](http://scalarelational.org/scalarelational/latest/index.html)
* [Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.scalarelational%22%20AND%20a%3A%22scalarelational-core_2.11%22)## License
ScalaRelational is licensed under the terms of the Apache v2.0 license.## Authors
* Matt Hicks
* Tim Nieradzik