slick
package slick
Package Members
- package ast
Abstract Syntax Tree (AST) for representing queries during compilation
- package basic
Contains the abstract
BasicProfile,BasicBackendand related code. - package collection
HList implementation
- package compiler
Slick AST to database query compiler
- package dbio
The
dbiopackage contains the Database I/O Action implementation.The
dbiopackage contains the Database I/O Action implementation. See DBIOAction for details. - package jdbc
Contains the abstract
JdbcProfileand related code.Contains the abstract
JdbcProfileand related code. This includes all JDBC-related code, facilities for Plain SQL queries, and JDBC-specific profile components. - package lifted
Lifted embedding: Stable query api based on implicits and overloading lifting Scala code into Slick ASTs
- package memory
- package model
Slick schema model
- package relational
Contains the abstract
RelationalProfileand related code. - package sql
Contains the abstract
SqlProfileand related code. - package util
Helper code for various things.
Helper code for various things. Tuples, Logging, SQL, ...
Type Members
- class SlickException extends RuntimeException
All Exceptions that are thrown directly by Slick are of type
SlickException.All Exceptions that are thrown directly by Slick are of type
SlickException. Other Exceptions originating in non-Slick code are generally not wrapped but passed on directly. - class SlickTreeException extends SlickException
A SlickException that contains a
Dumpablewith more details.

edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...