In sqlite-utils 4.2, transform() preserves a much larger array of edge-case schema definitions, including check constraints, unique constraints, and even comments describing the columns.
A key improvement: transform() now preserves more schema edge cases — check constraints, unique constraints, and column comments — when rewriting a table.
transcript
Simon Willison: transform() now preserves a much larger array of edge-case schema definitions, including check constraints, unique constraints and even comments describing the columns.
extends · 1