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

https://github.com/felixge/flame-explain

A PostgreSQL EXPLAIN ANALYZE visualizer with advanced quirk correction algorithms.
https://github.com/felixge/flame-explain

database performance postgresql query sql tool visualizer

Last synced: about 2 months ago
JSON representation

A PostgreSQL EXPLAIN ANALYZE visualizer with advanced quirk correction algorithms.

Awesome Lists containing this project

README

        

# FlameExplain

A PostgreSQL EXPLAIN ANALYZE visualizer with advanced quirk correction algorithms.

See https://flame-explain.com/about for more information.

## Development

This project uses [Create React App](https://create-react-app.dev/) and yarn,
so development happens using the following commands:

```
yarn install
yarn test
yarn start
```