Python script that extracts space-usage statistics from an SQLite3 database.
It is based on sqlite3_analyzer, a TCL script provided by sqlite-tools
.
Requires the sqliteanalyzer
package, which can be installed with:
pip install sqliteanalyzer
or downloaded from https://pypi.python.org/pypi/sqliteanalyzer
./sqlite3-analyzer.py file.db
View sample output.