THK-ADV / lwm-reloaded

Das offizielle Repository vom Backend des Praktikumstools an der TH-Köln
MIT License
3 stars 0 forks source link

Play-Slick #93

Open alexdobry opened 5 years ago

alexdobry commented 5 years ago

Because Slick creates and manages both a connection pool and a thread pool, integrating Slick with Play boils down to ensuring that all resources allocated by Slick are shutdown when a Play application is stopped (or reloaded).

https://github.com/playframework/play-slick

alexdobry commented 5 years ago

maybe we should consider play-slick. looks like it can actually be integrated nicely in our architecture: https://github.com/playframework/play-slick/tree/master/samples