fixes mariadb connector

This commit is contained in:
Dennis 2026-01-22 14:38:13 +01:00
parent b682cf326c
commit b3838b74f8
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@
"rbenv"
"mysql@8.0"
"huseyinbabal/tap/tredis"
"mariadb-connector-c"
"mariadb"
];
homebrew.casks = [

View file

@ -12,7 +12,7 @@
ps -o pid,command | grep "^[0-9]\{4,5\} ssh -fNL" | awk '{print $1}' | xargs kill -9
'';
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 */ ''
if test "$hn" = "dnsc-work"