by baumschubser on 10/1/24, 11:20 AM with 6 comments
by wonger_ on 10/1/24, 11:57 AM
https://news.ycombinator.com/item?id=40909076 411 points | 84 days ago | 68 comments
by shinycode on 10/1/24, 12:43 PM
by attilakun on 10/1/24, 12:40 PM
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
by dvektor on 10/1/24, 2:03 PM