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.
go install github.com/LinPr/sqltui@latest
$ 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 help for sqltui
Use "sqltui [command] --help" for more information about a command.
$ sqltui mysql
$ sqltui redis
kEY | fUNCTION |
---|---|
Enter | Confirm Login Information |
Ctrl+s | Save Login Information to file (defeault to ~/.sqltui) |
Ctrl+c | Quit |
Tab | Switch to next object |
Ctrl+Tab | Switch to previous object |
kEY | fUNCTION |
---|---|
Enter | Select Tree Node |
Tab | Switch Widget Focus |
- supprt sqlight(current working on)
- support others...
this project used two main opensorce projects