runsqlrun icon indicating copy to clipboard operation
runsqlrun copied to clipboard

Feature Request: Schema Browser

Open bkanuka opened this issue 9 years ago • 1 comments

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.

bkanuka avatar Dec 06 '16 12:12 bkanuka

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. ;)

andialbrecht avatar Dec 06 '16 13:12 andialbrecht