All Exceptions that are thrown directly by Slick are of type SlickException
.
Abstract Syntax Tree (AST) for representing queries during compilation
Generic backend-related code
HList implementation
Slick AST to database query compiler
The dbio
package contains the Database I/O Action implementation.
The dbio
package contains the Database I/O Action implementation.
See DBIOAction for details.
Specific database drivers
JDBC-related code, including all facilities for Plain SQL queries and JDBC-specific driver components.
JDBC-related code, including all facilities for Plain SQL queries and JDBC-specific driver components.
Lifted embedding: Stable query api based on implicits and overloading lifting Scala code into Slick ASTs
In-memory interpretation of queries and scheduler for distributed queries (i.e.
In-memory interpretation of queries and scheduler for distributed queries (i.e. combining several backends).
Slick schema model
Abstract base classes for driver/profile architecture
Helper code for various things.
Helper code for various things. Tuples, Logging, SQL, ...
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.