-
-
Notifications
You must be signed in to change notification settings - Fork 125
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 analyzecommand -
sqlite-utils create-index --analyzeoption (see create-index should run analyze after creating index #365) -
sqlite-utils insert --analyzeoption -
sqlite-utils upsert --analyzeoption
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.
Reactions are currently unavailable