PulseAugur
实时 19:20:13

Datasette 项目增强权限和数据操作功能

Simon Willison 发布了其 Datasette 项目的多个 alpha 版本,重点关注增强的用户权限和数据操作能力。Datasette-acl 0.6a0 将资源共享扩展到表之外,而 Datasette 1.0a34 在界面中直接引入了行插入、编辑和删除功能。Datasette Apps 0.1a3 和 0.1a2 改进了应用创建权限和功能,Datasette Agent 0.3a0 添加了一个新的 `execute_write_sql` 工具,用于用户批准的数据库修改,并提供了 root 和 unsafe 模式选项。 AI

影响 增强了 Datasette 生态系统内的数据交互和安全性,可能改善开发人员的工作流程。

排序理由 多个软件工具的 alpha 版本发布,专注于增量功能添加和权限细化。

在 Simon Willison 阅读 →

AI 生成摘要 · Google Gemini · 来自 5 个来源。 我们如何撰写摘要 →

Datasette 项目增强权限和数据操作功能

报道来源 [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…