datasette 1.0a34

Simon Willison's Blog Tools

Summary

Datasette 1.0a34 introduces built-in tools for inserting, editing, and deleting rows directly in the Datasette interface, a feature long overdue and inspired by Datasette Agent.

No content available
Original Article
View Cached Full Text

Cached at: 06/17/26, 07:36 AM

# Release: datasette 1.0a34 Source: [https://simonwillison.net/2026/Jun/16/datasette/](https://simonwillison.net/2026/Jun/16/datasette/) Quoting the release notes: > The big feature in this alpha is tools to insert, edit and delete rows within the Datasette interface\. These features are available on table pages, and edit and delete are also available as action items on the row page\. [![](https://static.simonwillison.net/static/2026/datasette-edit-first-frame.gif)](https://static.simonwillison.net/static/2026/datasette-edit.gif) The inspiration for this feature \- which is*long*overdue \- was[Datasette Agent](https://agent.datasette.io/)\. I added[SQL write support](https://simonwillison.net/2026/Jun/15/datasette-agent/)to that the other day which highlighted how absurd it was that you could insert and edit ties via the chat interface but not in the regular Datasette UI\!

Similar Articles

datasette 1.0a31

Simon Willison's Blog

Datasette 1.0a31 introduces the ability to execute write queries and save stored queries (renamed from canned queries) for users with appropriate permissions, enhancing data editing capabilities.

datasette 1.0a29

Simon Willison's Blog

Datasette 1.0a29 is released with new utility methods, UI improvements for empty tables, and bug fixes including a race condition resolved with help from Codex CLI.

datasette 1.0a27

Simon Willison's Blog

Datasette 1.0a27 released with major security improvements (modern CSRF headers), new RenameTableEvent for plugin compatibility, and various API enhancements including improved upsert handling and database locking fixes.

datasette-agent 0.1a2

Simon Willison's Blog

datasette-agent 0.1a2, a new alpha release of the datasette-agent tool, is now available.

datasette 1.0a28

Simon Willison's Blog

Datasette 1.0a28 alpha release fixes compatibility bugs and resource management issues discovered in the previous alpha, including fixes for execute_write_fn() callbacks, database cleanup methods, and a new pytest plugin for automatic cleanup in tests.