runsqlrun
runsqlrun copied to clipboard
Feature Request: Schema Browser
It would be really nice to have a side bar with the databases which drop down to show the tables. Double clicking a table name should do a SELECT * LIMIT 100 query automatically.
I'm currently experimenting with a sidebar. First approaches are already in the current development version. This sidebar would also contain some kind of schema browser.
But I'd like to keep the UI as simple as possible and a full featured schema browser (i.e. a tree view of several database objects) is complicated by nature. Will need to experiment a bit more with this. ;)