Switch database
Okay, I wanted to fix the view model use, I agree that transient
seems to be the correct approach. Any kind of caching (e.g. of the database list) should not be the responsibility of the view model.
This implements the following changes:
- Use transient
DatabaseSelectorViewModel
- Add preliminary "Switch database" button