| Crates.io | sqlite-glance |
| lib.rs | sqlite-glance |
| version | 0.5.0 |
| created_at | 2023-07-10 14:35:54.999329+00 |
| updated_at | 2025-04-19 16:35:54.150663+00 |
| description | Conveniently inspect an SQLite database file in the terminal |
| homepage | |
| repository | https://github.com/takluyver/sqlite-glance |
| max_upload_size | |
| id | 913045 |
| size | 52,204 |
A terminal interface to quickly see the contents of an SQLite database file.
Installation:
cargo install sqlite-glance
Usage:
sqlite-glance my_db.sqlite
sqlite-glance my_db.sqlite table
With only one argument, it presents the database structure in a (hopefully) readable format. Given a table (or view) name, it will show the contents of the first few rows.