Top "Scala-2.10" questions

Version 2.10 of the Scala language for the JVM.

Is it possible to use IN clause in plain sql Slick?

For example, I want to create the following query: SELECT c.* FROM Coffees c WHERE c.name IN ('robusta', 'arabica') …

scala scala-2.10 slick