Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexkorban/pgdebug
A tool which helps you to debug complicated Postgres queries.
https://github.com/alexkorban/pgdebug
debugging postgresql
Last synced: 6 days ago
JSON representation
A tool which helps you to debug complicated Postgres queries.
- Host: GitHub
- URL: https://github.com/alexkorban/pgdebug
- Owner: alexkorban
- License: mit
- Created: 2017-09-18T08:16:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T04:38:11.000Z (about 7 years ago)
- Last Synced: 2024-09-22T18:09:01.657Z (about 2 months ago)
- Topics: debugging, postgresql
- Language: JavaScript
- Homepage: http://korban.net/postgres/pgdebug
- Size: 26.4 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
`pgdebug` is a tool which helps you to debug complicated queries. It takes a `select` statement as an input and outputs a series of partial queries corresponding to each CTE and each subquery in the `from` clause.
Documentation: http://korban.net/postgres/pgdebug