4

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?

Jim Ferrans
  • 30,582
  • 12
  • 56
  • 83
notnoop
  • 58,763
  • 21
  • 123
  • 144

1 Answers1

3

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

v6ak
  • 1,636
  • 2
  • 12
  • 27