santigl / py-sqlite-analyzer

Python 3 script that displays storage usage information for an SQLite database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Python 3 script that displays storage usage information for an SQLite database.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%