Skip to content
AI IntelligenceAug 17, 2026AI Intelligence
Article

sqlite-utils 4.2: Release: sqlite-utils 4.2 Lots of improvements in this one relating to the table.transform() feature , which...

Adds support for complex alter table operations by creating a fresh table, copying across the data and then dropping and replacing the old one. transform() now preserves a much larger array of edge-case schema definitions, including check constrain...

Frontier EditorialSource: Simon Willison
01

Source Brief

sqlite-utils 4.2: Release: sqlite-utils 4.2 Lots of improvements in this one relating to the table.transform() feature , which adds support for complex alter table operations by creating a fresh table, copying across the data and then dropping and replacing the old one. transform() now preserves a much larger array of edge-case schema definitions, including check constrain...