This is a TablePlus Plugin to visualize MySQL EXPLAIN plans with mysqlexplain.com.
Download release, unzip and double-click on file plugin to install.
git clone git@github.com:tpetry/tableplus-mysql-explain.git
cd tableplus-mysql-explain/MysqlExplain.tableplusplugin
npm ci
npm run build
open .
- Open a SQL Query editor.
- Select a statement.
- Menu: Plugins -> Visual Explain SQL.