Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Squeryl持久化集合字段(例如List[String]或)?Set[Int]对它进行编码以使 Squeryl 不会创建关联表的最佳方法是什么?
List[String]
Set[Int]
您也许应该考虑编写自己的类型。包自定义类型可能是一个很好的起点。