Show HN: Interactive SQLite3 Query Inspection
Category: devtools
Tags: ebpf, sqlite, monitoring, debugging, cli-tool, linux
Score: 7.5/10 (Innovation: 8, Technical: 9, Documentation: 7, Utility: 6)
sqlitefeed is a live terminal dashboard that uses eBPF uprobes to intercept all SQLite3 API calls across every process on a Linux host, streaming syntax-highlighted SQL statements, bound values, and per-step latency in real time. It offers a novel approach to debugging and monitoring SQLite-backed applications without any code changes, with advanced features like recovering SQL from cached statements by reading process memory.
Target audience: backend devs, devops, data engineers
Repository: https://github.com/yeet-src/sqlitefeed ยท JavaScript
View on Hacker News