datasette 1.0a31
Simon Willison's Weblog·4d ago·Release
Simon Willison released Datasette 1.0a31, a significant alpha release with two headline features: write SQL execution and stored queries.
Users with the right permissions can now run database-changing queries and save queries privately or for other members of a Datasette instance.
The new interface can generate templated insert, update, and delete queries for editable tables while blocking unauthorized actions such as creating tables without permission.