This is an example of using a table view with database interfaced through Slick API.
The main class is the SlickTableDemo
. The implementation is separated into a domain model ContactsDB
,
the main view definition ContactsView
, the main view model ContactsViewModel
.