I'm working on something related but for the web: <a href="https://www.sqltab.com/" rel="nofollow">https://www.sqltab.com/</a><p>It's an alpha version and barely works at this point but at the very least you can use it to browse SQLite tables without installing anything on your computer.<p>It uses the WASM build of SQLite with OPFS for persistence. The main focus of this will be to manipulate JSON stored in an SQLite table. I need this for one of my existing workflows. In particular, I want the ability to flatten a JSON tree into tabular format: <a href="https://youtu.be/z0QvxyMybKA" rel="nofollow">https://youtu.be/z0QvxyMybKA</a>