sqlite-migrate 0.2
Summary
sqlite-migrate 0.2 is a minor release of a Python tool for managing SQLite database migrations, adding new features and improvements.
View Cached Full Text
Cached at: 07/07/26, 10:44 PM
Similar Articles
sqlite-utils 4.0, now with database schema migrations
sqlite-utils 4.0 introduces database schema migrations, nested transactions, and compound foreign keys, making it easier to manage SQLite database schema changes programmatically.
sqlite-utils 4.0rc1 adds migrations and nested transactions
sqlite-utils 4.0rc1 is a release candidate that adds built-in database migrations (ported from sqlite-migrate) and nested transactions via db.atomic(), along with minor backwards-incompatible changes.
sqlite-utils 4.0
sqlite-utils 4.0 has been released, a Python library for manipulating SQLite databases.
sqlite-utils 4.0rc1
sqlite-utils 4.0rc1 is a release candidate for the Python CLI tool that simplifies SQLite database manipulation.
sqlite-utils 4.1
sqlite-utils 4.1 introduces minor features including --code for Python code blocks, --type for column type overrides, and strict mode support, continuing its evolution as a SQLite CLI utility.