0

I'm actually working with scala lift. I need to set a compound PK with Mapper, and from what I saw in the web (links below) its not possible. How can I do this?

Links:

Thanks for now.

Community
  • 1
  • 1

1 Answers1

0

Correct, it's not possible. Simple solution: don't use lift-mapper. :) I believe Slick can do composite primary keys.

nafg
  • 2,424
  • 27
  • 25