2.23
table.m2m(other_table, records)
method now takes any iterable, not just a list or tuple. Thanks, Adam Wolf. (#189)sqlite-utils insert
now displays a progress bar for CSV or TSV imports. (#173)- New
@db.register_function(deterministic=True)
option for registering deterministic SQLite functions in Python 3.8 or higher. (#191)