PulseAugur
EN
LIVE 13:58:59

Datasette projects enhance permissions and data manipulation

Simon Willison has released several alpha versions of his Datasette projects, focusing on enhanced user permissions and data manipulation capabilities. Datasette-acl 0.6a0 expands resource sharing beyond tables, while Datasette 1.0a34 introduces row insertion, editing, and deletion directly within the interface. Datasette Apps 0.1a3 and 0.1a2 refine app creation permissions and functionality, and Datasette Agent 0.3a0 adds a new `execute_write_sql` tool for user-approved database modifications, with options for root and unsafe modes. AI

IMPACT Enhances data interaction and security within the Datasette ecosystem, potentially improving developer workflows.

RANK_REASON Multiple alpha releases of software tools focused on incremental feature additions and permission refinements.

Read on Simon Willison →

AI-generated summary · Google Gemini · from 5 sources. How we write summaries →

Datasette projects enhance permissions and data manipulation

COVERAGE [5]

  1. Simon Willison TIER_1 Italiano(IT) ·

    datasette-acl 0.6a0

    <p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-acl/releases/tag/0.6a0">datasette-acl 0.6a0</a></p> <blockquote> <p>This release expands <code>datasette-acl</code> from table-only permissions toward a general resource-sharing system.</p> </blockquote>…

  2. Simon Willison TIER_1 Italiano(IT) ·

    datasette 1.0a34

    <p><strong>Release:</strong> <a href="https://github.com/simonw/datasette/releases/tag/1.0a34">datasette 1.0a34</a></p> <p>Quoting the release notes:</p> <blockquote> <p>The big feature in this alpha is tools to insert, edit and delete rows within the Datasette interface. These f…

  3. Simon Willison TIER_1 Italiano(IT) ·

    datasette-apps 0.1a3

    <p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-apps/releases/tag/0.1a3">datasette-apps 0.1a3</a></p> <blockquote> <ul> <li>Fixed a bug where users without the <code>create-app</code> permission could still create apps. <a href="https://github.com/dat…

  4. Simon Willison TIER_1 Italiano(IT) ·

    datasette-apps 0.1a2

    <p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-apps/releases/tag/0.1a2">datasette-apps 0.1a2</a></p> <blockquote> <ul> <li>Custom network/CSP origins for apps are now guarded by a new <code>apps-set-csp</code> permission, with an optional <code>allow…

  5. Simon Willison TIER_1 Italiano(IT) ·

    datasette-agent 0.3a0

    <p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-agent/releases/tag/0.3a0">datasette-agent 0.3a0</a></p> <blockquote> <ul> <li>New tool, <code>execute_write_sql</code>, which requests user approval and then writes to a database - taking user permission…