sqlite-migrate
PulseAugur coverage of sqlite-migrate — every cluster mentioning sqlite-migrate across labs, papers, and developer communities, ranked by signal.
-
Simon Willison releases sqlite-utils 4.0 with database migrations
Simon Willison has released version 4.0 of sqlite-utils, a tool for managing SQLite databases. This major update introduces database schema migrations, allowing users to define and track sequential changes to their data…
-
Simon Willison releases sqlite-utils v4 release candidate with migrations
Simon Willison has released the first release candidate for sqlite-utils v4. This new version incorporates a migrations system, which was previously available as a separate tool called sqlite-migrate. Additionally, sqli…
-
sqlite-utils 4.0rc1 adds migrations and nested transactions
Simon Willison has released the first release candidate for sqlite-utils v4, introducing significant new features. The update includes a database migration system, ported from his earlier sqlite-migrate package, which a…