https://github.com/iamhectorsosa/sqlite-shell
🐚 SQLite Shell is a TUI application written in Go
https://github.com/iamhectorsosa/sqlite-shell
golang sqlite
Last synced: 3 months ago
JSON representation
🐚 SQLite Shell is a TUI application written in Go
- Host: GitHub
- URL: https://github.com/iamhectorsosa/sqlite-shell
- Owner: iamhectorsosa
- Created: 2024-12-08T13:18:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T13:20:32.000Z (7 months ago)
- Last Synced: 2025-03-28T01:44:52.045Z (3 months ago)
- Topics: golang, sqlite
- Language: Go
- Homepage:
- Size: 318 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLite Shell

**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](https://github.com/charmbracelet/bubbletea) 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:
```sh
git clone https://github.com/iamhectorsosa/sqlite-shell.git
cd sqlite-shell
```2. Build the project:
```sh
go build -o sqlite-shell
```## Usage
Run the program with the path to an SQLite database file:
```sh
./sqlite-shell
```## Work in Progress
This project is still under development. Expect frequent updates and new features. Contributions and feedback are welcome!
---
Made with Go and ❤️.