mickamy/sql-tap
Watch SQL traffic in real-time with a TUI observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 91
- Release rhythm 92
- Longevity 14
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 201
- days_rel: 57
- days_push: 57
- n_releases_24m: 24
Adoption not part of the score
1587 stars · 49 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
sql-tap is a real-time SQL traffic viewer consisting of a proxy daemon (sql-tapd) and a TUI/Web client. It sits between an application and its PostgreSQL, MySQL, or TiDB database, capturing every query over the native wire protocol without code changes.
Use cases
- watch SQL queries in real time from my app
- debug slow or unexpected database queries without changing code
- inspect transactions flowing to PostgreSQL or MySQL
- run EXPLAIN on captured queries
- tap database traffic in development via a proxy sidecar
- view live SQL traffic in a terminal UI
When to choose
- you need to see live SQL queries from an app you can't or don't want to instrument
- you use PostgreSQL, MySQL, or TiDB and want a lightweight terminal-based query viewer
- you want to inspect transactions and run EXPLAIN from a TUI
When to avoid
- you need deep performance profiling or APM-style metrics rather than query viewing
- you use a database other than PostgreSQL, MySQL, or TiDB
- you need persistent query logging or long-term analytics storage
Facets
cli-tool · maturity active
database monitoring proxy developer-tools terminal-ui databases developer-tools monitoring windows go cli cross-platform sql-proxy query-inspection tui database-debugging wire-protocol postgres mysql tidb explain command-line linux macos docker
1 source
- readme: https://github.com/mickamy/sql-tap · fetched 2026-08-28 · a566eb0a8949
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mickamy/sql-tap | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem