An open API service indexing awesome lists of open source software.

https://github.com/santigl/sqliteanalyzer

Python 3 module that provides functions to easily extract storage metrics from SQLite databases
https://github.com/santigl/sqliteanalyzer

python3 sqlite-analyzer sqlite3

Last synced: 2 months ago
JSON representation

Python 3 module that provides functions to easily extract storage metrics from SQLite databases

Awesome Lists containing this project

README

          

# SQLite Analyzer
Python 3 module that provides functions to easily extract space usage information from an SQLite database

## Installation
The module is available as a package on PyPI (https://pypi.python.org/pypi/sqliteanalyzer/).

It can be installed with `pip3 install sqliteanalyzer`.

## Docs
The documentation can be found over at https://sqliteanalyzer.readthedocs.io.