sqlite-glance

A terminal interface to quickly see the contents of an SQLite database file.

Installation:

cargo install sqlite-glance

Usage:

sqlite-glance my_db.sqlite

For now this simply shows the structure of tables & indexes in the file. More features are planned.