Scala Language-Integrated Connection Kit

Scala

Seamless data access for your Scala application — Write Scala code to query your database.

Type Safe

All database entities and queries are statically checked at compile-time.

Composable

Compose query operations just as if you were using Scala's collections.

Examples

News

May 06 2013
We are happy to announce the release of Slick 1.0.1-RC1 for Scala 2.10. It should show up on Maven Central within the next few hours. You can find the source... more
Feb 07 2013
We are happy to announce the release of Slick 1.0.0 for Scala 2.10. All artifacts are available from Maven Central. You can find the source code here: https://github.com/slick/slick/tree/1.0.0. The documentation... more

News archive

About

Slick is a modern database query and access library for Scala. It allows you to work with stored data almost as if you were using Scala collections while at the same time giving you full control over when a database access happens and which data is transferred. You can write your database queries in Scala instead of SQL, thus profiting from the static checking, compile-time safety and compositionality of Scala. Slick features an extensible query compiler which can generate code for different backends.