#sqlite #inspect #terminal-interface #table #rows #file

app sqlite-glance

Conveniently inspect an SQLite database file in the terminal

4 releases (breaking)

0.4.0 Feb 11, 2024
0.3.0 Nov 19, 2023
0.2.0 Jul 20, 2023
0.1.0 Jul 10, 2023

#1148 in Database interfaces

48 downloads per month

BSD-3-Clause

29KB
868 lines

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.

Dependencies

~25–35MB
~541K SLoC