Shortcut to "jump" to a referenced table behind a foreign_key.
So for example if a blog_post has a user_id column that is related to users table, with a keypress while selecting the user_id collumn of a blog_post, jumpt to that user.
Maybe with just creating the SQL for that and execute directly. Better will be another window or tab, or something like a popup to just look and scroll through the values and close with ESC to come back to the original result.
Also the other way will be helpfull. On the id collumn of the users table, show a filtable list of all related tables and same option to navigate to this like above.
I found this is a common thing in modern database tools and a very helpfull and hard to miss feature. :(
Shortcut to "jump" to a referenced table behind a foreign_key.
So for example if a
blog_posthas auser_idcolumn that is related touserstable, with a keypress while selecting theuser_idcollumn of a blog_post, jumpt to that user.Maybe with just creating the SQL for that and execute directly. Better will be another window or tab, or something like a popup to just look and scroll through the values and close with ESC to come back to the original result.
Also the other way will be helpfull. On the
idcollumn of theuserstable, show a filtable list of all related tables and same option to navigate to this like above.I found this is a common thing in modern database tools and a very helpfull and hard to miss feature. :(