![]() |
||
---|---|---|
docs | ||
libs | ||
test-data | ||
.gitignore | ||
README | ||
RELEASE_NOTES | ||
dbfp.py |
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