Given lifted / FirstExample.scala from GitHub, how would I imagine printlnwhich will print the generated SQL?
I tried adding a line println(Suppliers.ddl ++ Coffees.ddl), but that gives me no more than the following: scala.slick.lifted.DDL $$ Anon $ 1 @ acccef1
source
share