mycli
mycli copied to clipboard
Easy browse to related records
Something I wish all mysql shells/cli clients had is the ability to easily browse to a related record if the foreign key is setup. Example: a posts table has a user_id column that has a foreign key that references the id column on the users table. It would be really nice if I had a way to easily browse to that if i'm looking at post record in the pager.
I'm not sure how possible this is without ncurses but I figured it's at least worth a shot to ask.