Skip to content

kevinliao852/dbterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBTerm

DBTerm is a terminal-based user interface (TUI) for interacting with relational databases using Go.

DBTerm Demo

Features

  • 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.

Getting Started

Prerequisites

  • Go (version 1.18 or newer)
  • [Your Database System] (e.g., MySQL, PostgreSQL) installed and accessible

Installation

go get -u github.com/kevinliao852/dbterm

Build

make build

URI Example

root:my-secret-pw@tcp(localhost:3306)/my_db

Clean Up

make clean

Releases

No releases published

Packages

No packages published