slick
package slick
Package Members
- package ast
Abstract Syntax Tree (AST) for representing queries during compilation
- package basic
Contains the abstract
BasicProfile
,BasicBackend
and related code. - package collection
HList implementation
- package compiler
Slick AST to database query compiler
- package dbio
The
dbio
package contains the Database I/O Action implementation.The
dbio
package contains the Database I/O Action implementation. See DBIOAction for details. - package jdbc
Contains the abstract
JdbcProfile
and related code.Contains the abstract
JdbcProfile
and 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
RelationalProfile
and related code. - package sql
Contains the abstract
SqlProfile
and 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
Dumpable
with 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...