MOD: updated the database schema docs
This commit is contained in:
parent
422eb86be2
commit
8ad6864f7b
|
@ -25,6 +25,24 @@ created uniquely and should never have a collision.
|
||||||
INDEX DB SCHEMA
|
INDEX DB SCHEMA
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
The
|
[ Table: md5_all ]
|
||||||
|
md5_db TEXT PRIMARY KEY, (hash value of the database schema)
|
||||||
|
md5_list TEXT, (CSV list of md5 hash of tables within the database)
|
||||||
|
fp_list TEXT, (CSV list of fingerprint file names)
|
||||||
|
fp_count INTEGER); (count of the fingerprints)
|
||||||
|
|
||||||
|
|
||||||
|
[ Table: md5_table ]
|
||||||
|
md5_table TEXT PRIMARY KEY, (hash value of the table schema)
|
||||||
|
fp_list TEXT, (CVS list of fingerprint file names)
|
||||||
|
fp_count INTEGER); (count of the fingerprints)
|
||||||
|
|
||||||
|
|
||||||
|
[ Table: metadata ]
|
||||||
|
md5_db TEXT, (hash value of the database schema)
|
||||||
|
app_name TEXT, (name of the app)
|
||||||
|
app_ver TEXT, (version of the app)
|
||||||
|
db_file TEXT, (file name of the database scanned)
|
||||||
|
fp_file TEXT, (file name of the fingerprint)
|
||||||
|
scan_date TEXT); (date the db was scanned)
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,9 @@
|
||||||
History
|
History
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
version 1.0b
|
||||||
|
|
||||||
|
|
||||||
version 0.98
|
version 0.98
|
||||||
-new feature: query for md5 hash
|
-new feature: query for md5 hash
|
||||||
-command switch "-md5 <hash_string>"
|
-command switch "-md5 <hash_string>"
|
||||||
|
|
Loading…
Reference in New Issue