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
Direct embedding: limited, experimental query api prototype based on macros
Specific database drivers
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.
Slick schema model
Abstract base classes for driver/profile architecture
Helper code for various things.