play-slick icon indicating copy to clipboard operation
play-slick copied to clipboard

Separate Working Examples out to their own Project

Open decapo01 opened this issue 8 years ago • 2 comments

I had a tough time getting the computer database example to run. I've seen 2 issues about this one here https://github.com/playframework/play-slick/issues/427 and one here https://github.com/playframework/play-slick/issues/374 it would be nice (especially as new comers to Scala and the Play framework) to see working examples in their own project to hack around with and understand. I've already got a separate computer database example running here.

decapo01 avatar Jan 26 '18 03:01 decapo01

Thanks for helping out here. I think it makes sense to move each example to its own repository, like we've done with https://github.com/playframework/play-scala-slick-example.

We could move your example to https://github.com/playframework/play-scala-slick-computer-database-example, and you could submit a PR to remove it here. Then we can add it to our templatecontrol script so we can automatically update the dependencies for Play and Slick when we do releases.

gmethvin avatar Jan 26 '18 04:01 gmethvin

Ok, I'll submit the PR over the weekend and try to add a better read me to the computer database example.

decapo01 avatar Jan 26 '18 14:01 decapo01