0.20.0
- Speed up most runs of dsq on large files 2x by skipping intermediate writes to JSON, writing directly from file to SQLite (see multiprocessio/datastation#267 for details). If this breaks things for you you can add the
--no-sqlite-writer
flag to go back to the old code path. This path isn't taken for JSON, Excel, and ODS files or when schema or --convert-numbers is set.