mirror of https://github.com/bjeanes/dotfiles.git
9 lines
104 B
Fish
9 lines
104 B
Fish
|
function __db_list
|
||
|
switch $argv[1]
|
||
|
case "pg"
|
||
|
__db_list_pg | uniq
|
||
|
case "mysql"
|
||
|
end
|
||
|
|
||
|
end
|