Expand description
A Rust port of dbhash utility from sqlite repository so that it can be used as a library function instead of a standalone program.
See a full exmaple in dbhash.
Enums§
- Selection
- Specify what to hash, imitating the function of
command-line arguments
--schema-onlyandwithout-schemain the original dbhash utility program.
Functions§
- dbhash
- Compute the SHA1 hash of database through a database connection
connobtained fromrusqlite.