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
- Host: GitHub
- URL: https://github.com/santigl/sqliteanalyzer
- Owner: santigl
- License: bsd-2-clause
- Created: 2018-01-12T21:56:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T17:01:59.000Z (over 1 year ago)
- Last Synced: 2026-03-28T00:58:08.764Z (3 months ago)
- Topics: python3, sqlite-analyzer, sqlite3
- Language: Python
- Homepage: https://sqliteanalyzer.readthedocs.io/
- Size: 106 KB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.