danieljharvey / scala-egg-server

Scala-based levels server for It Is The Egg
0 stars 0 forks source link

Use of proper database access library #2

Open krivachy opened 6 years ago

krivachy commented 6 years ago

Check them out: https://medium.com/@takezoe/database-access-libraries-in-scala-7aa7590aa3db

krivachy commented 6 years ago

Probably Quill is a nice mix of lightweight + typesafe for you. Defacto these days is Slick, but it's a bit more complex to get running.

danieljharvey commented 6 years ago

Indeed. Found this which seems to have the basics reasonably well explained... https://blog.vogonjeltz.com/scala/programming/open-source/mysql/2016/08/19/actually-getting-data-with-quill.html