Back to browse
GitHub Repository

Watch SQL traffic in real-time with a TUI

1,539 starsGo

SQL-tap – Real-time SQL traffic viewer for PostgreSQL and MySQL

by mickamy·Feb 14, 2026·233 points·44 comments

AI Analysis

●●SolidSolve My ProblemWizardryDark Horse

Wire-protocol parsing needs zero code changes; competes against established query inspectors.

Strengths
  • Zero-code integration (just change database port) via native wire protocol handling is genuinely elegant.
  • TUI with EXPLAIN capability and transaction inspection is thoughtfully designed.
  • Works with PostgreSQL, MySQL, and TiDB out of box.
Weaknesses
  • Query inspection/EXPLAIN tools exist (pgAdmin, Datadog, MySQL Workbench); transparent proxy doesn't differentiate.
  • Early stage: minimal docs, no Windows support mentioned, limited error handling examples shown.
Target Audience

Backend engineers, DBAs, anyone debugging database performance.

Similar To

pgAdmin · MySQL Workbench · Datadog APM

Post Description

sql-tap is a transparent proxy that captures SQL queries by parsing the PostgreSQL/MySQL wire protocol and displays them in a terminal UI. You can run EXPLAIN on any captured query. No application code changes needed — just change the port.

Similar Projects