sqlite-analyzer

Analyze how space is allocated inside SQLite database files

brewmacoslinux
Try with needOr install directly
Source

About

Analyze how space is allocated inside an SQLite file

Commands

sqlite-analyzer

Examples

Analyze space allocation in a SQLite database$ sqlite-analyzer mydb.db
Generate detailed report of database structure and usage$ sqlite-analyzer mydb.db -report
Check specific table space allocation$ sqlite-analyzer mydb.db | grep table_name