Open
Description
Not sure how easy this would be, but if sorting by frecency is possible then that'd really kick ass.
There are tab completion terms that always show up on top that I never use, and others that are in the middle that I always use. Having the tool remember what terms were most frecently used would improve user experience for databases with may schemas, tables, and columns. Off the top of my head, using an sqlite db in the users home dir could be a great way to store these terms. I haven't looked into any python frecency libraries, but a quick google search shows a few that look usable.