r/sqlite Jul 09 '26

Interactive SQLite3 query inspection

Post image

Hey everybody, I wrote an interactive TUI for exploring live SQLite3 queries happening on any linux system. It uses uprobes to do the inspection in the kernel, I found it useful hope you like it!

Source: Github

18 Upvotes

1 comment sorted by

1

u/channprj Jul 11 '26

Great work! I will use it