DBFP: [D]ata[B]ase [F]inger[P]rint. Fingerprint a SQLite database. Include indexing for faster queries.
Go to file
JohnE 82bf211e4c MOD: improved the table schema comparison, difference # count added, cleaned up old commented code 2015-09-03 01:31:39 -07:00
docs MOD: modified and code cleanup 2015-08-25 01:20:18 -07:00
libs MOD: improved the table schema comparison, difference # count added, cleaned up old commented code 2015-09-03 01:31:39 -07:00
test-data NEW: added app name, app version, notes, to the fingerprint metadata to support multiple fingerprint files 2015-08-27 19:48:42 -07:00
.gitignore init checkin 2015-06-06 21:16:43 -07:00
README MOD: modified and code cleanup 2015-08-25 01:20:18 -07:00
RELEASE_NOTES MOD: modified and code cleanup 2015-08-25 01:20:18 -07:00
dbfp.py MOD: improved the table schema comparison, difference # count added, cleaned up old commented code 2015-09-03 01:31:39 -07:00

README

      ==================
        DB Fingerprint
      ==================


-------------
  INTRO
-------------
dbfp is a tool that will scan a sqlite database and generate a fingerprint.
The fingerprint is basically the database schema.
The fingerprint is stored to disk in JSON format.


-------------
  BUILD
-------------
This project is completely python. No building required.
There are no dependencies.
It has been tested on Python 2.7.10