AI ToolsJun 23, 2026, 9:34 PM

datasette 1.0a35

TickrWire Editorial Desk·Jun 23, 2026, 9:34 PM·1 min read AI-assisted, human-reviewed

Reported by Simon Willison: datasette 1.0a35. Analysis and context written by TickrWire.

30-second summary

Datasette 1.0a35 introduces a new 'Create table' interface with a JSON API for defining columns, constraints, and defaults, marking a significant pre-release update to the data exploration tool.

TickrWire
datasette 1.0a35
Full story

<p><strong>Release:</strong> <a href="https://github.com/simonw/datasette/releases/tag/1.0a35">datasette 1.0a35</a></p>

<p>I'll write more about this one soon, but it's a big release. Three highlights from the release notes:</p>

<blockquote>

<ul>

<li>New "Create table" interface in the database actions menu, backed by the <code>/&lt;database&gt;/-/create</code> <a href="https://docs.datasette.io/en/latest/json_api.html#tablecreateview">JSON API</a>. It can define columns, primary keys, custom column types, <code>NOT NULL</code> constraints, literal defaults, expression de

Sources · 1
Read next
More stories