13 comments

[ 2.1 ms ] story [ 35.2 ms ] thread
I was looking for something just like this the other day. I’ll often import a CSV into SQLite to do some ad hoc data analysis and transformation, but realised how useful it would be to have a JS/WASM based tool I could host on a static site for my colleagues (academics who don’t necessarily feel comfortable working in the terminal). Being able to say “import your CSV here and run some of these example queries” would be so useful. No complex web app or reporting suite to host, and nothing to install.
(comment deleted)
If you want to take it to the next level, we’re building https://www.airsequel.com, a full fledged SQLite hosting platform!
That does look like a cool product, but I will say I don't love the idea of being restricted on how many tables, columns and rows I can have in my SQLite database...