Real-time SQL traffic viewer — proxy daemon + TUI client.
sql-tap sits between your application and your database (PostgreSQL or MySQL), capturing every query and displaying it in an interactive terminal UI. Inspect queries, view transactions, and run EXPLAIN — all without changing your application code.
Installation
Homebrew
brew install --cask mickamy/tap/sql-tap
Go
go install github.com/mickamy/sql-tap@latest go install github.com/mickamy/sql-tap/cmd/sql-tapd@latest
Build from source
git clone https://github.com/mickamy/sql-tap.git cd sql-tap make install
Docker
... continue reading