DBFP: [D]ata[B]ase [F]inger[P]rint. Fingerprint a SQLite database. Include indexing for faster queries.
Go to file
JohnE 5aae277ec2 NEW: added hashing to fingerprint, added time/date 2015-08-25 02:35:36 -07:00
docs MOD: modified and code cleanup 2015-08-25 01:20:18 -07:00
libs NEW: added hashing to fingerprint, added time/date 2015-08-25 02:35:36 -07:00
test-data MOD: modified and code cleanup 2015-08-25 01:20:18 -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 NEW: added hashing to fingerprint, added time/date 2015-08-25 02:35:36 -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