-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This command took about 12 minutes (against a 150MB file with 680,000 rows in it):
sqlite-utils extract salaries.db salaries \
'Organization Group Code' 'Organization Group' \
--table 'organization_groups' \
--fk-column 'organization_group_id' \
--rename 'Organization Group Code' code \
--rename 'Organization Group' name
I'm pretty confident we can do better than that.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request