你刚刷到这条消息,本来准备顺手划走,但又怕自己错过了真正会影响下一步判断的那一点。
最容易做错的,是datasette 1.0a35;代价往往是如果只盯表面热闹,你很容易在错误方向上花掉时间、预算和注意力。;我先给一个保守判断:Datasette已不是SQLite浏览器,而是后台。。
My conservative read: Datasette is no longer just a SQLite browser. It is now acting like a backend, meaning it can change and manage data, not only display it.
A release is worth your time only if it changes your next decision. On 2026-06-16, Datasette 1.0a34 added insert, edit, and delete row screens. On 2026-06-23, 1.0a35 added Create table, Alter table, and a Drop table button.[S002][S001]
What matters is not just the buttons. Those actions also map to the JSON write API, so software can do the same writes over HTTP, not just a person clicking around. The schema-changing calls are POST-only and gated by token permissions such as create-table, alter-table, and drop-table.[S003]
That is why I would stop calling Datasette a viewer. I still would not pitch it as a general-purpose backend. It is still a SQLite system with permission-driven writes, so the practical fit is internal admin panels, data cleanup 工作流程(工作流程(workflow)s), and small apps that need a controlled write layer without bringing in a heavier framework.[S003]
If someone on your team still thinks Datasette is just a SQLite browser, share this with them before they scope the wrong tool. This take is based on the 1.0a34 and 1.0a35 release notes and the current JSON write API docs, not a production benchmark.
真正该讨论的是:datasette 1.0a35