All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

sql-tap: Real-time SQL Traffic Monitoring Tool with TUI Interface

By

mickamy

3mo ago· 8 min readenCode

Summary

sql-tap is an open-source tool that acts as a proxy between applications and databases (PostgreSQL, MySQL, TiDB) to monitor SQL traffic in real-time. It features a terminal user interface (TUI) and web client for inspecting queries, viewing transactions, and running EXPLAIN commands without modifying application code. The article provides installation instructions via multiple methods (Homebrew, Go, Docker, Nix) and quick start guidance for setting up the proxy daemon and connecting applications to it.

Key quotes

· 4 pulled
sql-tap sits between your application and your database (PostgreSQL, MySQL, or TiDB), capturing every query and displaying it in an interactive terminal UI
Inspect queries, view transactions, and run EXPLAIN — all without changing your application code
Real-time SQL traffic viewer — proxy daemon + TUI / Web client
Run as a sidecar alongside your database
Snippet from the RSS feed
Watch SQL traffic in real-time with a TUI. Contribute to mickamy/sql-tap development by creating an account on GitHub.

You might also wanna read