DuckDB + an LLM = ask your CSV questions in English and get a chart back. Here's the 30-line bridge.
javascript
const sql = await llm.toSQL(question, schema);
const rows = await duck.query(sql);
render(autoChart(rows));10 Likes
Messy Iteration Tree
Forks are public proof that builders are iterating in the open instead of polishing in private.
Total Branches
0
Active Now
0
Current Delta
No code diff available yet.
DuckDB + an LLM = ask your CSV questions in English and get a chart back. Here's the 30-line bridge.
const sql = await llm.toSQL(question, schema);
const rows = await duck.query(sql);
render(autoChart(rows));No forks yet. Start the first messy branch and make the trunk move.
Fork this