Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CURRENTLY NONFUNCTIONAL

dbdiff

A small Python tool for comparing SQLite and SQLCipher databases.

Installation

Clone the repo:

git clone https://github.com/DesmondN1ckl/dbdiff.git
cd dbdiff

Create a virtual environment:

python3 -m venv .venv
source .venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Usage

Basic run:

python3 dbscan.py db1.sqlite db2.sqlite --values old_value new_value

About

A small Python tool for comparing SQLite and SQLCipher databases

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages