WhatTheDuck is an in-browser sql tool to analyze csv files that uses duckdb-wasm under the hood.<p>Please provide feedback/issues/pull requests.
Looks nice! I would suggest to pointing users to a small demo csv file and query that can be quickly loaded/pasted to see it working. Or even have a "Load example CSV and query" button.
Cool stuff, we are also building in the space, currently adding Python support with Pyodide. I would recommend you add your live website at the top of the README so people can find it easily (we had a lot of views that way for <a href="https://github.com/pretzelai/pretzelai">https://github.com/pretzelai/pretzelai</a>). Also, we added a simple text2sql "Ask AI" that users loved, maybe your users will like it too.
I liked SQL workbench (<a href="https://news.ycombinator.com/item?id=39537794">https://news.ycombinator.com/item?id=39537794</a>) which has the same core ideas but more usable features at this point (query history, parquet support and charts) - if you hadn't seen it maybe some of its features will inspire you.
IDE support is definitely one area where DuckDB could be better. My current workflow is to edit SQL files in VS Code and then use ‘.read’ within the DuckDB CLI.
Loved the idea and the entire project! Starred it on GitHub.<p>One suggestion, when I land on the website I would love to see a small example already added. Basic CSV and some SQL queries to run and play with.<p>It would be best if you also launch it on Peerlist. Many people are working in a similar space there, they also might find this useful.