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

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

This is a TablePlus Plugin to send MySQL and MariaDB EXPLAIN information to explainmysql.com

Install

From release

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

Build from source

git clone git@github.com: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 -> Explain SQL.