Skip to content

dagle/qb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qb - a sqlite db viewer

Qb is a viewer for sqlite (with editing support). Qb lets you do small lookups and changes (not implemented yet) to a db in a visual modeinside of the terminal. It's also a tool to quick get info about a db.

What qb isn't:

  • A tool to replace sql or other database syntax.
  • A enterprise tool to manage databases.

It's just a way to visualize a database.

Picture of qb

Install

qb is written in rust, so you need to install a rust compiler.
Add $HOME/.cargo/bin to your $PATH and do:

cargo install

Usage

qb file.db

Using qb on sql files (not db files does nothing).

Todo

  • Editing
    • Transations
  • Zooming in on field (often you don't need to see all the data but for the item selected)
  • Searching
  • Running custom sql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages