Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite Vacuum

SQLite Vacuum

Reclaim space from a SQLite file.

Run VACUUM on a SQLite file and report size before and after.

Download

Download

Open the setup page

What it does

  • 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.

Usage

pip install -r requirements.txt
python main.py --help

MIT. See LICENSE.