3.17
- The sqlite-utils memory command has a new
--analyze
option, which runs the equivalent of the analyze-tables command directly against the in-memory database created from the incoming CSV or JSON data. (#320) - sqlite-utils insert-files now has the ability to insert file contents in to
TEXT
columns in addition to the defaultBLOB
. Pass the--text
option or usecontent_text
as a column specifier. (#319)