Show HN: Another SQLite editor in browser powered by WASM and AI
Hacker News Show AI
•
Data Science
Hey HN, I guess this is just another SQLITE editor powered by WASM, I created this to help me write queries faster with AI like we have autocomplete in VS Code. I also added few features which are important to me as data scientist: Copy results to clipboard, I dont want to always export to excel/cs, sometimes just copy to clipboard is way handier. Quickly select a table but not all rows Quickly check number of records in a table Export a large table to CSV, I have tested a table > 1M rows, and it could export it all in browser. Look at historical queries Added AI to quickly formulate query.