Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes it's good to have indices on all columns that are foreign keys, to allow for efficient reverse lookups.
This would be a useful utility:
$ sqlite-utils index-foreign-keys database.db
The text was updated successfully, but these errors were encountered:
Initial sketch for index-foreign-keys, refs #33
f35e4e6
e8f887e
This was needed for simonw/db-to-sqlite#12
Sorry, something went wrong.
Released in 1.4: https://sqlite-utils.readthedocs.io/en/latest/changelog.html#v1-4
No branches or pull requests
Sometimes it's good to have indices on all columns that are foreign keys, to allow for efficient reverse lookups.
This would be a useful utility:
The text was updated successfully, but these errors were encountered: