Closed simonw closed 5 years ago
--all currently spends a huge amount of time adding foreign keys thanks to the limitation described in https://github.com/simonw/sqlite-utils/issues/31
--all
Once I add .add_foreign_keys(...) in that library I should use it here.
.add_foreign_keys(...)
Version 1.3 of sqlite-utils shipped the feature I need for this: https://sqlite-utils.readthedocs.io/en/latest/python-api.html#adding-multiple-foreign-key-constraints-at-once
--all
currently spends a huge amount of time adding foreign keys thanks to the limitation described in https://github.com/simonw/sqlite-utils/issues/31Once I add
.add_foreign_keys(...)
in that library I should use it here.