-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Describe the new feature
sqlitebrowers is a GUI that seems to aim to replace sqlite3.
One thing that I noticed missing is the .checksum [--schema --sha3-nnn] command.
This is handy when packing up a database for archiving and/or distribution.
It's described here: https://www.sqlite.org/cli.html#sha3sum
The database integrity checks described on the same page, would also be good candidates for the "Tools" menu discussed in #1434 ...
See also the pragmas integrity_check https://www.sqlite.org/pragma.html#pragma_integrity_check, quick_check, and foreign_key_check on the same page
Additional info
Please answer these questions before submitting your feature request.
Is your feature request related to an issue? Please include the issue number.
yes, vaguely. See above
Does this feature exist in another product or project? Please provide a link.
Don't know
Do you have a screenshot? Please add screenshots to help explain your idea.
No