datasette 1.0a33

datasette 1.0a33 marks a significant milestone in the project’s journey toward a stable release, introducing a crucial extension to its query interface.…

By AI Maestro June 11, 2026 1 min read

datasette 1.0a33 marks a significant milestone in the project’s journey toward a stable release, introducing a crucial extension to its query interface. Simon Willison has expanded the previously introduced `_extra=` pattern to cover individual queries and rows, not just tables. This update ensures that metadata regarding column types, counts, and custom templates is readily accessible via the API. To demonstrate these capabilities, Willison leveraged modern artificial intelligence tools, employing Claude Fable 5 and GPT-5.5 to construct a custom extras API explorer. This tool visualises the enhanced JSON responses, allowing developers to inspect detailed metadata such as database colours and SQL logic used for calculations. The move highlights a growing trend of using AI agents to accelerate software development and validate new feature implementations.

The release matters because it lowers the barrier to entry for building robust data applications on top of datasette. By exposing granular metadata directly within the API responses, developers can write more dynamic frontends without needing to parse raw database schemas separately. The reliance on AI for the implementation of the explorer tool also signals a shift in how software is built, where large language models act as collaborative partners in coding and testing. This approach reduces the time required to create complex documentation and interactive tools, allowing the core team to focus on stability and feature completeness. As datasette approaches its final 1.0 status, such innovations ensure it remains a competitive platform for hosting and querying public datasets.

* The `_extra=` pattern now applies to queries and rows, providing deeper metadata access.
* AI agents were used to build a custom explorer tool demonstrating the new API features.
* Exposed metadata includes column types, row counts, and custom template information.

Stay ahead of AI. Get the most important stories delivered to your inbox — no spam, no noise.

Name
Scroll to Top