-
-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
Milestone
Description
The Python methods are all done now, next step is the CLI options. I'll do those in a separate issue.
Originally posted by @simonw in #366 (comment)
-
sqlite-utils analyze
command -
sqlite-utils create-index --analyze
option (see create-index should run analyze after creating index #365) -
sqlite-utils insert --analyze
option -
sqlite-utils upsert --analyze
option
In #378 I also added .delete_where(..., analyze=True)
but there isn't currently a sqlite-utils delete-where
CLI command - deletions via CLI are expected to be handled using SQL queries.