Skip to content
TopicTracker
来自 simonwillison.net查看原文
译文语言译文语言

datasette-acl 0.6a0

该版本将 datasette-acl 从仅限表的权限控制扩展为通用的资源共享系统。Alex Garcia 完成了本次发布的大部分工作,我们正在完善这个插件,以实现对 Datasette 多用户实例中谁能访问哪些资源的精细控制。

背景速读

- **Datasette** 是一个开源数据发布工具,由 Simon Willison 开发。它让用户把 SQLite 数据库变成可交互的 JSON API 和网页界面,常用于数据新闻、开放数据发布和内部数据浏览。 - **datasette-acl** 是 Datasette 的访问控制插件,0.6a0 版本从"只能控制表格权限"扩展为"更通用的资源分享系统",目标是在多用户场景下精细控制谁可以访问 Datasette 中的哪些资源。 - **Alex Garcia** 是 Datasette 生态的核心贡献者,负责了这次版本的大部分开发工作。 - 这个消息来自 Simon Willison 的个人博客。他本人是 Datasette 的创始人和维护者,也是 Django Web 框架的联合创始人之一,在开发者社区中影响力很大。他的博客经常发布 Datasette 相关工具的更新动态,对关注数据工具和开源社区的人有参考价值。

相关报道

  • HtmlUnit 5.0.0 has been released, now requiring JDK 17 as the minimum version. Key updates include major JavaScript engine improvements, full Web Crypto API support, WebSocket improvements, Web Speech API support, and updated browser profiles for Firefox 150 and Chrome/Edge 148.

  • JsPlumb, the JavaScript library for building visual connectivity interfaces, has released a major update with a modernized API and new diagram/2D chart engines. The project is now free for non-commercial use, with packages available for React, Angular, Vue, Svelte, and vanilla JS on the public NPM registry.

  • Datasette-apps is a new system that allows users to bundle and install full applications within Datasette, turning it into a platform for data-driven apps. It enables developers to create self-contained packages combining SQLite databases, metadata, plugins, templates, and assets.