Skip to content

TablePlus plugin to analyze MySQL queries with explainmysql.com

License

Notifications You must be signed in to change notification settings

tpetry/tableplus-mysql-explain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.