If you mostly live in ChatGPT or Claude and only dip into developer tools when you worry you might be missing the next real shift, this is the part worth noticing. Datasette 1.0a35 is easy to scroll past as another release note. That would be the wrong read.
The useful takeaway is not "more features shipped." It is that Datasette is no longer just a SQLite viewer. It is starting to behave like a backend. A good update is not about how many features it lists. It is about whether it changes your next decision.
Here is the source-level change in plain English. Version 1.0a34, released on June 16, 2026, added ways to insert, edit, and delete rows. That already moved Datasette past read-only browsing and into direct data management.
Then 1.0a35, released on June 23, 2026, added Create table and Alter table screens, and the Alter dialog includes a Drop table button. That matters more than a normal feature roundup because it is not just editing records anymore. It is editing the database structure itself.
The other important detail is that these write actions are not limited to clicking in the interface. The JSON write API means the same actions can also run over the web, using POST requests, access tokens, and fine-grained permissions. In plain language: software can perform the same writes, as long as it has the right token and scope.
That is why "SQLite viewer" is now too small a label for datasette 1.0a35. The careful version of the claim is this: it looks more like a lightweight SQLite backend now. That does not make it a universal backend, and the source does not justify saying that. The boundary still matters: this is a SQLite system with token- and permission-driven writes.
If you share tool notes with people who still think Datasette is mainly for viewing tables, that is the angle worth passing on. The real shift is not one more alpha release. The real shift is that Datasette has crossed from showing data to managing data.
Share this with the person who would otherwise file it under "nice database viewer" and move on.