A small Python tool for comparing SQLite and SQLCipher databases.
Clone the repo:
git clone https://github.com/DesmondN1ckl/dbdiff.git
cd dbdiffCreate a virtual environment:
python3 -m venv .venv
source .venv/bin/activateInstall dependencies:
pip install -r requirements.txtBasic run:
python3 dbscan.py db1.sqlite db2.sqlite --values old_value new_value