#sqlite #tui #view #built #path #db

app litelens-tui

Simple TUI app to view existing SQLite database files, built with Rust

1 unstable release

new 0.1.0 Nov 25, 2024

#481 in Database interfaces

Download history 118/week @ 2024-11-21

118 downloads per month

MIT license

355KB
944 lines

litelens-tui

GitHub last commit GitHub commit activity Crates.io Total Downloads GitHub Repo stars

Simple tool to view existing SQLite database files, built with Rust, runs as terminal-based user interface (TUI) .

image

Installation

cargo install litelens-tui

Usage

To get started, simply provide at least one argument specifying the .db file to open — this can be a relative path

Run in your terminal

$ litelens-tui <COMMAND>

Args

Arg Description
-p relative / absolute path

*After being set, the path will be remembered

Feature Checklist

  • Vim like navigation
  • TUI Interface
  • View data
  • Modify data
  • More optimized

License

MIT License

Dependencies

~34–46MB
~769K SLoC