Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outr/scalarelational
Type-Safe framework for defining, modifying, and querying SQL databases
https://github.com/outr/scalarelational
Last synced: 9 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T14:19:11.000Z (7 months ago)
- Last Synced: 2024-08-01T17:29:03.133Z (3 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 | ![GitHub stars](https://img.shields.io/github/stars/outr/scalarelational) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/outr/scalarelational) (Table of Contents / Database)
README
# ScalaRelational
[![Build Status](https://travis-ci.org/outr/scalarelational.svg?branch=master)](https://travis-ci.org/outr/scalarelational)
[![Stories in Ready](https://badge.waffle.io/outr/scalarelational.png?label=ready&title=Ready)](https://waffle.io/outr/scalarelational)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/outr/scalarelational)
[![Maven Central](https://img.shields.io/maven-central/v/org.scalarelational/scalarelational-core_2.11.svg)](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