You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLTUI - A terminal UI to operate sql and nosql databases
sqltui provides a terminal UI to interact with your sql or nosql databases. The aim of this project is to make it easier to navigate, observe and manage your databases in the wild.
Screenshots
mysql login
mysql tables tree
mysql show records
mysql auto complete query
msql show error message
redis keys
redis result
redis auto complete and command tip
install
1. install with go
go install github.com/LinPr/sqltui@latest
quick start
help
$ sqltui -h
sqltui is a tui tool to operate sql and nosql databases
Usage:
sqltui [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
mysql start a mysql tui
redis start a redis tui
Flags:
-h, --help helpfor sqltui
Use "sqltui [command] --help"for more information about a command.
connect to mysql
$ sqltui mysql
connect to redis
$ sqltui redis
Keybindings
Login
kEY
fUNCTION
Enter
Confirm Login Information
Ctrl+s
Save Login Information to file (defeault to ~/.sqltui)