nowfound

Alternatives

Products that do what Interactive SQLite3 Query Inspection does

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!

  1. 1
    Evidence192

    Interactive dashboards with extraordinary performance

    2024

  2. 2

    Generate arduous database queries in a snap

    2023

  3. 3SV
  4. 4SP

    2021 · sqlime.org

  5. 5TI
  6. 6SQ

    Part of the workflow for building my website is the generation of a table in tab-separated column format (.tsv). The source data is found in four other .tsv files. I use an SQLite query to perform a 4-way join and write out the new table. For convenience, I wrote a script that encapsulates the query inside a Bash function. The example below illustrates this technique. repertoire() { pushd $CMM_SOURCES&#x2F;_data sqlite3 <<EOS .headers on .mode tabs .import category.tsv category .import composition.tsv composition .import concert.tsv concert .import program.tsv program .once repertoire.tsv…

    2021

  7. 7

    Pro tools for SQL analysts

    2014

  8. 8
    SQLify121

    Query all your apps using sql

    2024

  9. 9

    Generate optimised SQL queries in seconds

    2023

  10. 10SS
  11. 11QI
  12. 12

    Local Area Network discovery tool with an interactive TUI

    May 2026

  13. 13SI
  14. 14LA
  15. 15SA

    Hi, this has been a labor of love over the last few days =) Can't wait to hear you feedback and of course AMA!

    2023 · blog.airsequel.com

  16. 16SL
  17. 17
    Nazar23

    Discover your most time consuming queries.

    2017

  18. 18AS

    Hello everyone, While working on other projects, I found myself always having to connect and use SELECT * to see dummy entries or new users. I favored the CLI for monitoring my database entries, especially because I was testing and just adding dummy users + our first normal users in projects. So it became a bit tiring always having to connect to postgres, mysql and give select * queries from the CLI.

    2024 · github.com

  19. 19FC
  20. 20IA
  21. 21IM

    Hey everyone! It’s a single executable that you can run on your server using Docker, Systemd, or any other tool you prefer. It provides a simple user-friendly interface to manage all your SQLite databases. Inspired by PhpLiteAdmin, it features a snappy UI and offers power-user functionalities, ability to chat with your database using natural language via OpenAI api, and other features. It’s free to use, with an option for a one-time payment to unlock all features. You can find the demo at https:&#x2F;&#x2F;demo.litequeen.com&#x2F; It's early and there's much to add. Some features I think…

    2024 · litequeen.com

  22. 22AB
  23. 23TI

    Hello HN, While browsing the Python docs yesterday, I discovered that the latest 3.12 version has added support for a `python3 -m sqlite3` interactive shell. I looked into the source code, and its implementation was simple, giving me an idea: Why not hook the beautiful llm library by simonw into such an interactive shell, and thus have direct LLM support in SQLite? Without writing a C extension, build a shared object and all that fuss. Well, now you can `pip install tsellm` and do just that. demo gif:…

    2024 · github.com

  24. 24IB

    I built a Rust binary (~700KB, two dependencies) that snaps onto any Windows application, continuously reads its UI Automation accessibility tree into a SQLite database, and lets external processes control the app via SQL INSERT. The core insight: every GUI application already describes itself as structured text through the accessibility layer (built for screen readers since 1997). Every major AI lab is taking screenshots of this and running vision models on it. DirectShell just reads the text directly. What it does: - Reads every button, field, menu item into a queryable SQLite DB…

    Feb 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →