Slint structured file viewer with DuckDB #7987
Unanswered
cbritton
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My first app with slint! This is a simple structured file viewer (table view) using DuckDB as the engine to query the data files. Currently, this supports CSV and parquet although there's community support for lots more. The backend for this app is rust.
Github link
I pulled a lot of concepts together and tried to keep this simple so any newcomer to slint can benefit. I was pleasantly surprised how well the threading works with tokio.
Some ideas I wanted to adhere to:
sreenshot
Beta Was this translation helpful? Give feedback.
All reactions