DBTerm is a terminal-based user interface (TUI) for interacting with relational databases using Go.
- Simple Interface: Clean and intuitive TUI design for easy navigation.
- SQL Querying: Execute SQL queries directly from the terminal.
- Table Visualization: Display query results in a tabular format for better readability.
- Multi-Database Support: Connect to and manage multiple databases seamlessly.
- Go (version 1.18 or newer)
- [Your Database System] (e.g., MySQL, PostgreSQL) installed and accessible
go get -u github.com/kevinliao852/dbterm
make build
root:my-secret-pw@tcp(localhost:3306)/my_db
make clean