Simon Willison released Datasette 1.0a31, a significant alpha release with two headline features: write SQL execution and stored queries. Users with the right permissions can now run database-changing queries and save queries privately or for other members of a Datasette instance. The new interface can generate templated insert, update, and delete queries for editable tables while blocking unauthorized actions such as creating tables without permission.
Simon Willison 發布了 datasette-agent-charts 0.1a2 版本。此版本最主要的更新是在 AI 代理生成的圖表下方,新增了「查看 SQL 查詢(View SQL query)」按鈕。這項改進提升了 AI 生成圖表的透明度,方便使用者驗證與學習背後的 SQL 邏輯。
Simon Willison 開源的 Datasette 智慧助理 datasette-agent 發布 0.1a3 版本。本次更新為可見表格與摺疊的 SQL 結果工具調用新增了「檢視 SQL 查詢」按鈕,並隱藏了空白的推理區塊。此外,還改善了截斷回應的處理機制,即使 SQL 結果在呈現給 Agent 時被截斷,使用者仍能看到完整的表格。
Hugging Face 宣布在 Datasets 頁面中整合 SQL 控制台功能。用戶無需下載數據集或編寫 Python 程式碼,即可直接在瀏覽器中使用標準 SQL(基於 DuckDB)進行高效的數據查詢、篩選與聚合。這項功能大幅降低了數據集探索的門檻,並提升了數據分析的效率。
Hugging Face 宣布與嵌入式 SQL 資料庫 DuckDB 整合。現在開發者無需下載整個數據集,即可直接使用 SQL 語法查詢和分析 Hugging Face Hub 上超過 50,000 個數據集。這項功能結合了 Hugging Face 的 Datasets Server 與 DuckDB 的高效查詢能力,大幅提升了數據探索與預處理的效率。