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.
- Execute SQL queries on a specified SQLite database.
- View query results in a tabular format within the terminal.
- Intuitive navigation and input handling.
-
Clone the repository:
git clone https://github.com/iamhectorsosa/sqlite-shell.git cd sqlite-shell
-
Build the project:
go build -o sqlite-shell
Run the program with the path to an SQLite database file:
./sqlite-shell <databasePath>
This project is still under development. Expect frequent updates and new features. Contributions and feedback are welcome!
Made with Go and โค๏ธ.