dbcli / mycli

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

Allow for multiple DB's to be hashed at a time (from config) #111

Open brewneaux opened 9 years ago

brewneaux commented 9 years ago

We'd like to be able to specify which DBs to hash at all times in our config files. We run around in 3 or 4 different DBs all day, and I would love to be able to throw a specific list in so we can just have them at our fingertips.

amjith commented 9 years ago

This I don't fully understand. Is this related to #95 ?

brewneaux commented 9 years ago

Ah, no.

So we have a few different databases that we use on a day to day, for example: -users -analytics -products -rentals

We want to be able to specify in our myclirc something like

[always_hash]
me
products
rentals

This way, we can cross databases and still get auto-completes. It is loosely related to #109

amjith commented 9 years ago

Interesting. This shouldn't be too difficult to implement. I'll let you take a stab at it, let me know if you need some pointers to get started.