Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takluyver/sqlite-glance
Inspect an SQLite database in the terminal
https://github.com/takluyver/sqlite-glance
Last synced: 14 days ago
JSON representation
Inspect an SQLite database in the terminal
- Host: GitHub
- URL: https://github.com/takluyver/sqlite-glance
- Owner: takluyver
- Created: 2023-07-10T11:03:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-23T10:37:30.000Z (5 months ago)
- Last Synced: 2024-12-28T01:17:06.545Z (16 days ago)
- Language: Rust
- Size: 74.2 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
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.sqlitesqlite-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.