sqlite-glance

Crates.iosqlite-glance
lib.rssqlite-glance
version0.4.1
sourcesrc
created_at2023-07-10 14:35:54.999329
updated_at2024-08-23 10:37:15.732867
descriptionConveniently inspect an SQLite database file in the terminal
homepage
repositoryhttps://github.com/takluyver/sqlite-glance
max_upload_size
id913045
size46,554
Thomas Kluyver (takluyver)

documentation

README

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

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.

Commit count: 30

cargo fmt