Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 341 Bytes

ReadMe.md

File metadata and controls

7 lines (5 loc) · 341 Bytes

Slick Table Demo

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.