Skip to content

Postgres - Cool and Useful Postgresql Tools

Cool and Useful PostgreSQL tools#

Visualisers#

Log Analyser#

  • pgbadger - a perl based command line aggregator of a static log file

Performance#

Development#

Python#
  • aiosql - Using SQL as code (no ORM)
Regression Testing#