How can I persist a collections field (e.g. List[String]
or Set[Int]
) with Squeryl? What's the best way to encode it such that Squeryl won't create an association table?
How can I persist a collections field (e.g. List[String]
or Set[Int]
) with Squeryl? What's the best way to encode it such that Squeryl won't create an association table?