https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-1
- Support for
ignore=True
/ --ignore
for ignoring inserted records if the primary key alread exists (#21)
- Ability to add a column that is a foreign key reference using
fk=...
/ --fk
(#16)