Closed lightvector closed 9 years ago
Working on this - will add a database to back the chat as a way to learn how this works.
This is working. Will need to revisit things later when we want a separate real database (rather than just an in-memory one), but that's for later.
After some research, probably going with this. http://slick.typesafe.com/
The latest version (3.0) supports asynchronous queries, an abstraction layer that lets you access database contents as if they were Scala containers, and if that becomes a problem for performance (as some have reported online with more complex joins and queries), the ability to fall back to direct SQL queries.