Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 550 Bytes

File metadata and controls

20 lines (13 loc) · 550 Bytes

sqlite3-analyzer.py

Python script that extracts space-usage statistics from an SQLite3 database.

It is based on sqlite3_analyzer, a TCL script provided by sqlite-tools.

Dependencies

Requires the sqliteanalyzer package, which can be installed with:

pip install sqliteanalyzer

or downloaded from https://pypi.python.org/pypi/sqliteanalyzer

Usage

./sqlite3-analyzer.py file.db

Sample output

View sample output.