diff --git a/docs/README_DEV_DB b/docs/README_DEV_DB index 86394e2..1180542 100644 --- a/docs/README_DEV_DB +++ b/docs/README_DEV_DB @@ -25,6 +25,24 @@ created uniquely and should never have a collision. 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) + diff --git a/docs/FINGERPRINT_FORMAT b/docs/README_DEV_FINGERPRINT similarity index 100% rename from docs/FINGERPRINT_FORMAT rename to docs/README_DEV_FINGERPRINT diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 251e023..9625b9c 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -9,6 +9,9 @@ History ------------ +version 1.0b + + version 0.98 -new feature: query for md5 hash -command switch "-md5 "