Interactive SQLite3 Query Inspection
SMRTR summary
sqlitefeed is a Linux tool that uses eBPF uprobes to intercept every SQLite statement running on a host — across all processes simultaneously — without modifying or restarting any app. It captures the SQL, bound values, per-step latency, row counts, and result codes, streaming them to a syntax-highlighted terminal UI. It even recovers SQL from statements prepared before the tool attached, by reading directly from SQLite's internal struct.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article