Giter Site home page Giter Site logo

play-slick's Introduction

Play Slick

Build Status codecov.io

The Play Slick module makes Slick a first-class citizen of Play. It consists of two features:

  • Integration of Slick into Play's application lifecycle.
  • Support for Play database evolutions.

Because Slick creates and manages both a connection pool and a thread pool, integrating Slick with Play boils down to ensure that all resources allocated by Slick are shutted down when a Play application is stopped (or reloaded).

The plugin has its own release cycle and therefore is not integrated into either core Play or Slick.

Current Version

For Play 2.5.x and Slick 3.1.x (Scala 2.11):

"com.typesafe.play" %% "play-slick" % "2.0.2"
"com.typesafe.play" %% "play-slick-evolutions" % "2.0.2"

All Releases

The Play Slick plugin supports several different versions of Play and Slick.

Plugin version Play version Slick version Scala version Maintained
2.0.x 2.5.x 3.1.x 2.11.x Yes
1.1.1 2.4.x 3.1.x 2.10.x/2.11.x Yes
1.1.0 2.4.x 3.1.x 2.10.x/2.11.x No
1.0.1 2.4.x 3.0.1+ 2.10.x/2.11.x No
1.0.0 2.4.x 3.0.0 2.10.x/2.11.x No
0.8.0 2.3.x 2.1.x 2.10.x/2.11.x No
0.7.0 2.3.x 2.0.x 2.10.x No
0.6.1 2.2.x 2.0.x 2.10.x No
0.5.1 2.2.x 1.0.x 2.10.x No

Note that the + next to a version means that the specified version and later trailing point releases are supported by the same version of the play-slick plugin. While a x means that any trailing point release is supported by the same version of play-slick.

Documentation

The documentation for the latest release is available here.

Documentation for v0.8 is available in the project's wiki.

Copyright

Copyright (C) 2009-2016 Lightbend Inc. (https://www.lightbend.com).

License: Apache License 2.0, http://www.apache.org/licenses/LICENSE-2.0.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.