https://github.com/mayhem/cte-debug
Postgres CTE debugger -- quick and dirty
https://github.com/mayhem/cte-debug
Last synced: over 1 year ago
JSON representation
Postgres CTE debugger -- quick and dirty
- Host: GitHub
- URL: https://github.com/mayhem/cte-debug
- Owner: mayhem
- License: gpl-2.0
- Created: 2024-03-12T11:11:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T15:25:41.000Z (over 2 years ago)
- Last Synced: 2025-02-14T15:50:14.430Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cte-debug
Postgres CTE debugger -- quick and dirty
This won't work for all queries, but for the ones I needed to debug, its works great.
Copy config.py.sample to config.py and then fill out the missing fields in config.py. Then run cte_debug.py .