Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mslinn/scalacourses-slick-utils
Utilities for Slick Referenced from ScalaCourses.com
https://github.com/mslinn/scalacourses-slick-utils
scala scalacourses slick
Last synced: 3 months ago
JSON representation
Utilities for Slick Referenced from ScalaCourses.com
- Host: GitHub
- URL: https://github.com/mslinn/scalacourses-slick-utils
- Owner: mslinn
- License: mit
- Created: 2015-07-28T17:26:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T23:14:24.000Z (over 7 years ago)
- Last Synced: 2023-03-12T09:42:21.535Z (almost 2 years ago)
- Topics: scala, scalacourses, slick
- Language: Scala
- Homepage: https://www.scalacourses.com
- Size: 623 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scalacourses-slick-utils
[![Build Status](https://travis-ci.org/mslinn/scalacourses-slick-utils.svg?branch=master)](https://travis-ci.org/mslinn/scalacourses-slick-utils)
[ ![Download](https://api.bintray.com/packages/micronautics/play/scalacourses-slick-utils/images/download.svg) ](https://bintray.com/micronautics/play/scalacourses-slick-utils/_latestVersion)Utilities for Slick Referenced from ScalaCourses.com
See the unit tests for usage examples.
This version supports Slick 3.2.x, Java 8, Play 2.6.x and Scala 2.12.x.
There is a dependency on the Postgres driver.
## Installing
Add two lines to `build.sbt`.
* Add the `scalacourses-slick-utils` dependency:
````
"com.micronautics" %% "scalacourses-slick-utils" % "3.2.1" withSources()
````* Add this to the `resolvers`:
````
"micronautics/play on bintray" at "http://dl.bintray.com/micronautics/play"
````## Scaladoc
[Here](http://mslinn.github.io/scalacourses-slick-utils/latest/api/com/micronautics/slickUtils/index.html)