开发者

Persisting Collections with Squeryl

开发者 https://www.devze.com 2023-01-21 00:48 出处:网络
How can I persist a collections field开发者_Go百科 (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?You maybe should

How can I persist a collections field开发者_Go百科 (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?


You maybe should consider writing your own type. Package customtypes can be a goood startpoint.

0

精彩评论

暂无评论...
验证码 换一张
取 消