Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayhem/cte-debug
Postgres CTE debugger -- quick and dirty
https://github.com/mayhem/cte-debug
Last synced: 15 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T15:25:41.000Z (8 months ago)
- Last Synced: 2024-03-14T12:37:02.824Z (8 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- 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 dirtyThis 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 .