Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in slick

Configuring two databases in PlaySlick using injection

inferred type arguments [Boolean] do not conform to method filter's type parameter bounds [T <: slick.lifted.Rep[_]]

scala playframework slick

Do I use Option as result when fetching an object from the database with an Id?

Compile error using slick MappedColumnType for static query

scala slick

Slick 3: How to construct dynamic filter with optional column?

scala filter slick

Slick code generator - primary key as option

scala playframework slick

Can't make Scala, Slick and MySQL work together

mysql scala slick

PSQLException: The column index is out of range: 2, number of columns: 1

slick return single result

scala slick

How to use Future inside DBIOAction composition in slick 3?

implicit value for slick.jdbc.SetParameter[List[Int]]

scala slick

Is there any way to do multiple inserts/updates in Slick?

sql scala slick

How can I count number of rows returned by a join in Slick?

scala scala-2.10 slick

Executing non-database actions in a transaction in Slick 3

database scala slick slick-3.0

Why the following code leaks a Slick database collection?