- New
sqlite-utils add-foreign-keys
command for Adding multiple foreign keys at once. (#157) - New
table.enable_fts(..., replace=True)
argument for replacing an existing FTS table with a new configuration. (#160) - New
table.add_foreign_key(..., ignore=True)
argument for ignoring a foreign key if it already exists. (#112)