https://github.com/matteogioioso/postgres-explain-core
Package for PostgreSQL query plan visualizer
https://github.com/matteogioioso/postgres-explain-core
postgres postgresql query sql
Last synced: 10 months ago
JSON representation
Package for PostgreSQL query plan visualizer
- Host: GitHub
- URL: https://github.com/matteogioioso/postgres-explain-core
- Owner: MatteoGioioso
- Created: 2023-02-24T17:39:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T12:47:39.000Z (over 2 years ago)
- Last Synced: 2024-05-01T20:08:44.435Z (almost 2 years ago)
- Topics: postgres, postgresql, query, sql
- Language: Go
- Homepage: https://postgres-explain.matteogioioso.com
- Size: 307 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Postgres explain
Components and core logic for Postgres explain visualizer
## Install
- Use Go `v1.20`
- `go mod tidy`
- `go install github.com/gzuidhof/tygo@latest`