An open API service indexing awesome lists of open source software.

https://github.com/sasha-alias/sqltabs-explain

Explain plan visualisation for Postgresql
https://github.com/sasha-alias/sqltabs-explain

nodejs postgresql sql sqltabs sqltabs-explain

Last synced: about 1 year ago
JSON representation

Explain plan visualisation for Postgresql

Awesome Lists containing this project

README

          

# sqltabs-explain

Explain plan visualisation for Postgresql

![screenshot 1](https://raw.githubusercontent.com/sasha-alias/sqltabs-explain/master/img/tree_plan.png)

![screenshot 2](https://raw.githubusercontent.com/sasha-alias/sqltabs-explain/master/img/plain_plan.png)

![screenshot 3](https://raw.githubusercontent.com/sasha-alias/sqltabs-explain/master/img/plan_record.png)

Hosted version is located at [explain.sqltabs.com](http://explain.sqltabs.com)

Installation with npm:

```
npm install
npm start
```

After application is started it's accessible on port `8080`.
To change the port set `PORT` environment variable and restart.