Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 651 Bytes

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 651 Bytes

What is this

This is a TablePlus Plugin to visualize MySQL EXPLAIN plans with mysqlexplain.com.

Install

From release

Download release, unzip and double-click on file plugin to install.

Build from source

git clone [email protected]:tpetry/tableplus-mysql-explain.git
cd tableplus-mysql-explain/MysqlExplain.tableplusplugin
npm ci
npm run build
open .

How to use

  1. Open a SQL Query editor.
  2. Select a statement.
  3. Menu: Plugins -> Visual Explain SQL.