innoq / activator-play-roca

Apache License 2.0
3 stars 0 forks source link

Replace Anorm with Slick #2

Open dwestheide opened 10 years ago

dwestheide commented 10 years ago

Anorm is a pain to use, and it will be deprecated soon. Since we are supposed to keep our activator template up-to-date with new versions of the Typesafe stack, we should soon replace Anorm with Slick for persistence.

tobnee commented 10 years ago

I agree that Anorm is a pain but as of today there is no Slick release for 2.11

dwestheide commented 10 years ago

That's a pity. Anyway, I think this is not something that is necessary for the first release of the template, but I created the issue so that we are aware of this todo and can tackle it once a migration to Slick is possible.