Skip to content

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

License

Notifications You must be signed in to change notification settings

santigl/py-sqlite-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages