Skip to content

takluyver/sqlite-glance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Inspect an SQLite database in the terminal

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages