DBFP: [D]ata[B]ase [F]inger[P]rint. Fingerprint a SQLite database. Include indexing for faster queries.
Go to file
JohnE f1b44dfbb8 FIN: readme docs 2015-06-25 10:59:34 -07:00
docs FIN: readme docs 2015-06-25 10:59:34 -07:00
libs FIN: database schema compare 2015-06-25 09:56:51 -07:00
test-data table definition export as JSON complete 2015-06-09 16:19:51 -07:00
.gitignore init checkin 2015-06-06 21:16:43 -07:00
README FIN: readme docs 2015-06-25 10:59:34 -07:00
RELEASE_NOTES FIN: readme docs 2015-06-25 10:59:34 -07:00
main.py FIN: database schema compare 2015-06-25 09:56:51 -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
-------------