Here are some helpers for using MySQL in Nushell. You need the MySQL client installed, and also the separate MySQL Shell client (for JSON output).
The mysql-profile
command is an optional helper for keeping multiple MySQL connection profiles around in your ~/.my.cnf
and switching between them, instead of having to give credentials every time.
Enjoy!