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

https://github.com/wvlet/sql

Bridging gaps between SQL and Scala collections
https://github.com/wvlet/sql

collection scala sql

Last synced: about 2 months ago
JSON representation

Bridging gaps between SQL and Scala collections

Awesome Lists containing this project

README

          

# wvlet-sql [![Gitter Chat][gitter-badge]][gitter-link] [![Build Status](https://travis-ci.org/wvlet/sql.svg?branch=master)](https://travis-ci.org/wvlet/sql) [![Latest version](https://index.scala-lang.org/wvlet/sql/sql/latest.svg?color=orange)](https://index.scala-lang.org/wvlet/sql) [![Coverage Status][coverall-badge]][coverall-link]

[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg
[gitter-link]: https://gitter.im/wvlet/wvlet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[coverall-badge]: https://coveralls.io/repos/github/wvlet/sql/badge.svg?branch=master
[coverall-link]: https://coveralls.io/github/wvlet/rador?branch=master

wvlet-sql is a library for managing SQL queries like Scala collections

- [Initial Design Document](https://docs.google.com/document/d/1cTmXxsq7MBVplw8T3D0mBa4NOYI8BPpOF1rPywAzpEk/edit?usp=sharing)

# Usage

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.wvlet/sql_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.wvlet/sql_2.12)
- [Release Notes](https://github.com/wvlet/sql/blob/master/RELEASE_NOTES.md)

**build.sbt**
```
libraryDependencies += "org.wvlet" %% "wvlet-sql" % "(version)"
```
# LICENSE

[Apache v2](https://github.com/wvlet/sql/blob/master/LICENSE)