Skip to content

๐Ÿš SQLite Shell is a TUI application written in Go

Notifications You must be signed in to change notification settings

iamhectorsosa/sqlite-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

SQLite Shell

SQLite Shell Demo

SQLite Shell is a Terminal User Interface (TUI) application written in Go that provides an interactive shell for executing SQLite commands. It leverages libraries like Bubble Tea to create a rich and user-friendly TUI experience.

Features

  • Execute SQL queries on a specified SQLite database.
  • View query results in a tabular format within the terminal.
  • Intuitive navigation and input handling.

Installation

  1. Clone the repository:

    git clone https://github.com/iamhectorsosa/sqlite-shell.git
    cd sqlite-shell
  2. Build the project:

    go build -o sqlite-shell

Usage

Run the program with the path to an SQLite database file:

./sqlite-shell <databasePath>

Work in Progress

This project is still under development. Expect frequent updates and new features. Contributions and feedback are welcome!


Made with Go and โค๏ธ.

About

๐Ÿš SQLite Shell is a TUI application written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages