Feature

The first area which we can work on in this project is the Left Bar, which will be placed a Tree View for navigate through.
First Approach
My first glimpse on it was something around the File Explorer, where you can list keyspaces and enter a Keyspace which will list all tables, mvs and udts. Fortunately @Daniel-Boll found in advance the lib ratatui-explorer, which works perfectly but we would need to fork it (I GUESS) to make it work based on our needs.

Second Approach
Also we have the possibility to just bring a Tree View on it and make it work faster, since it's simple do add new nodes to it. @Daniel-Boll also brought this crate which is tui-rs-tree-widget and solves our problem in a short term.

So, what would you like to implement in a first moment?
Feature
The first area which we can work on in this project is the Left Bar, which will be placed a Tree View for navigate through.
First Approach
My first glimpse on it was something around the File Explorer, where you can
list keyspaces and enter a Keyspace which will list all tables, mvs and udts. Fortunately @Daniel-Boll found in advance the lib ratatui-explorer, which works perfectly but we would need to fork it (I GUESS) to make it work based on our needs.Second Approach
Also we have the possibility to just bring a Tree View on it and make it work faster, since it's simple do add new nodes to it. @Daniel-Boll also brought this crate which is tui-rs-tree-widget and solves our problem in a short term.
So, what would you like to implement in a first moment?