Reclaim space from a SQLite file.
Run VACUUM on a SQLite file and report size before and after.
- VACUUM
- Before and after size
- Keeps a backup
- Read-only skip
A long-lived sqlite file stays large after deletes.
This copies, vacuums, and prints bytes saved.
pip install -r requirements.txt
python main.py --helpMIT. See LICENSE.

