sqlitestudio
sqlitestudio copied to clipboard
feature request: side panel with foreign table values.
Details
table1: names, with columns 'nameid', 'name', 'cityid'(foreign key) table2: cities, with columns 'cityid', 'city'
You open table1 in the main window, and click on city id. In the side panel to the right, city ids and city names would be displayed. Selected city in main window, would be selected/marked in the side panel.
(idea copied from dbeaver :) )