返回 2026-07-07
🛠 工具 / 开源

sqlite-utils 4.0rc3 版本发布sqlite-utils 4.0rc3

simonwillison.net·2026-07-06 节选正文

sqlite-utils 4.0rc3 版本正式发布,作者在 Claude Fable 5 和 GPT-5.5 的协助下处理了大量积压的 issue 和 PR。该版本最重要的新功能是支持数据库内省,能够更深入地解析数据库结构。由于在开发过程中不断增加新功能和修复,导致原定的稳定版发布计划推迟。开发者可以通过官方更新日志查看 rc3 版本带来的所有详细改进。

Simon Willison

I hoped to release sqlite-utils 4.0 stable this weekend, but as I worked through the backlog of issues and PRs with a combination of Claude Fable 5 and GPT-5.5 the changelog since rc2 kept getting bigger.

The biggest new feature is support for introspecting and creating compound foreign keys - a feature that involves a subtle breaking change to table.foreign_keys and hence needed to land for the 4.0 stable release.

sqlite-utils also now follows SQLite's convention for case insensitive column names, which turned out to touch a bunch of different places at once.

需要完整排版与评论请前往来源站点阅读。