fixes mariadb connector
This commit is contained in:
parent
b682cf326c
commit
b3838b74f8
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
"rbenv"
|
"rbenv"
|
||||||
"mysql@8.0"
|
"mysql@8.0"
|
||||||
"huseyinbabal/tap/tredis"
|
"huseyinbabal/tap/tredis"
|
||||||
"mariadb-connector-c"
|
"mariadb"
|
||||||
];
|
];
|
||||||
|
|
||||||
homebrew.casks = [
|
homebrew.casks = [
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
ps -o pid,command | grep "^[0-9]\{4,5\} ssh -fNL" | awk '{print $1}' | xargs kill -9
|
ps -o pid,command | grep "^[0-9]\{4,5\} ssh -fNL" | awk '{print $1}' | xargs kill -9
|
||||||
'';
|
'';
|
||||||
dbui = ''
|
dbui = ''
|
||||||
uvx --with PyMySQL --with sshtunnel --from sqlit-tui sqlit
|
uvx --with mariadb --with PyMySQL --with sqlit-tui[ssh] --from sqlit-tui sqlit
|
||||||
'';
|
'';
|
||||||
dev_projects = /* fish */ ''
|
dev_projects = /* fish */ ''
|
||||||
if test "$hn" = "dnsc-work"
|
if test "$hn" = "dnsc-work"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue