Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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