Simon Willison has released sqlite-utils 4.0rc1, introducing native database migration support and nested transactions. This update bundles the previously separate sqlite-migrate functionality directly into the library, offering a streamlined way to manage schema changes via Python or CLI.
Background
sqlite-utils is a popular Python library and CLI tool designed to simplify working with SQLite databases by providing higher-level operations beyond the standard sqlite3 package. Version 4.0 marks a significant update with minor backward-incompatible changes and new core features.
- Source
- Simon Willison
- Published
- Jun 22, 2026 at 07:35 AM
- Score
- 6.0 / 10