Terminal SQL Client
Multi-database SQL exploration with security and simplicity. Built with Go for developers who live in the terminal.
git clone https://github.com/imran-vz/gosqlit.git
PostgreSQL ready, MySQL and SQLite coming soon
AES-256-GCM encryption for secure connection storage
Tree view of schemas and tables with easy navigation
Multi-line editor with paginated results (1000 rows, 50/page)
Execute and cancel running queries instantly
Save, edit, and manage multiple database connections
# Requirements: Go 1.21+
git clone https://github.com/imran-vz/gosqlit.git
cd gosqlit
go build -o gosqlit
./gosqlit
n)
Ctrl+Enter
Built with Go and Bubble Tea
View on GitHub