Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 554 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 554 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/0.1

Usage

./sqlite3-analyzer.py file.db

Sample output

View sample output.