dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

Maybe offer a list of possible databases when you are not `use`d into one, but entered a query without one #1110

Open NormanTUD opened 1 year ago

NormanTUD commented 1 year ago

I did select * from image instead of annotate.image and I was in no DB. If I entered "... from image" and it cannot be found, it would be nice to have a list of databases, which contain a table called image, or, if it is only one, use into it.