Hi, I need advice for an UI framework for a simple database app. I'm planning on using sqlite and diesel. Since the ui will be used for displaying and editing the tabular data, I guess it would be nice if the ui framework had good support for such table widgets etc. Does anyone have any tips for which framework I should be looking at? Should I also evaluate web frameworks with rust frontend?
Thanks!