How can I save a collections field (for example, List[String] or Set[Int] ) using Squeryl? What is the best way to code it so that Squeryl does not create an association table?
List[String]
Set[Int]
Perhaps you should consider writing your own type. The customtypes package may be the starting point of a run.