Vibe Coding
Datasette 1.0a31: Write Queries and Stored Query Management With Permission Controls
Simon Willison released Datasette 1.0a31 on May 29 with write query support — users can now execute insert/update/delete queries with permission-based access control. Stored queries replace the old 'canned queries' system, loading from datasette.yaml into an internal database alongside user-created queries. Relevant as agent-accessible database infrastructure — Datasette Agent can now write back to databases, not just read them.
Source
↳ Follow the thread