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.
A SlickException that contains a Dumpable with more details.
Abstract Syntax Tree (AST) for representing queries during compilation
Contains the abstract BasicProfile, BasicBackend and 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.
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.
Lifted embedding: Stable query api based on implicits and overloading lifting Scala code into Slick ASTs
Contains the abstract MemoryQueryingProfile and related code, as well as the concrete
MemoryProfile and DistributedProfile implementations for in-memory interpretation of
queries and scheduling of distributed queries (i.e.
Contains the abstract MemoryQueryingProfile and related code, as well as the concrete
MemoryProfile and DistributedProfile implementations for in-memory interpretation of
queries and scheduling of distributed queries (i.e. combining several profiles and backends).
Slick schema model
Contains the abstract RelationalProfile and related code.
Contains the abstract SqlProfile and related code.
Helper code for various things.
Helper code for various things. Tuples, Logging, SQL, ...