SQLitebrowser: First update in three years (July 2024)(github.com)
github.com
SQLitebrowser: First update in three years (July 2024)
https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0
5 comments
Not mine but someone showed me this :
https://azimutt.app/
https://azimutt.app/
This looks awesome, thank you for sharing.
I'm working on something related but for the web: https://www.sqltab.com/
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.
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: https://youtu.be/z0QvxyMybKA
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.
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: https://youtu.be/z0QvxyMybKA
[deleted]
https://news.ycombinator.com/item?id=40909076 411 points | 84 days ago | 68 comments