Slick is a modern database query and access library for Scala by Typesafe. Use this tag for specific issues with features introduced in 2.0. Otherwise use the generic [tag:slick]
Use this tag if your question describes issues with features introduced in 2.0 (January 2014).
Specific Features for 2.0 that might require this tag above the generic slick:
- Code generator for reverse-engineering the database schema and code generation
- Driver architecture to allow support for non-SQL, non-JDBC databases.
- Syntax in the Lifted Embedding in Table definitions
- Table definitions (and their * projections)
- HList abstraction for records of arbitrary size
- Soft inserts
- The new model for pre-compiled queries
- dynamicSession (replaced threadLocalSession)
- server-side Option conversions
- Changes to the API for Scala Collections syntax.
- direct embedding (improved)
- Query scheduling
- The code generator phase
- Full type information available in query ASTs
Adapted from the release notes