Simon Willison · · 1 min read

datasette 1.0a31

Mirrored from Simon Willison for archival readability. Support the source by reading on the original site.

29th May 2026

Release datasette 1.0a31 — An open source multi-tool for exploring and publishing data

Another significant alpha release, with two new headline features.

Datasette now offers users with the necessary permissions the ability to both execute write queries against their database and to save stored queries (renamed from "canned queries") both privately and for use by other members of their Datasette instance.

There's more detail in SQL write queries and stored queries in Datasette 1.0a31 on the Datasette blog, which now has three posts introducing new features since the blog launched two weeks ago.

Here's an animated demo from the blog post showing how the new execute query interface lets people get started with templated insert/update/delete queries from tables they have permission to edit:

The user starts on the data database page, selects actions and "Execute write SQL", then selects the insert document template on the next page and executes it with a title of "My document!". Also demonstrates that a create table statement cannot be executed because the user does not have create-table permission.

Posted 29th May 2026 at 3:32 am

Recent articles

This is a beat by Simon Willison, posted on 29th May 2026.

projects 532 sql 113 sqlite 466 datasette 1,501 annotated-release-notes 51

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Simon Willison