Categorygithub.com/kevinliao852/dbterm
module
0.0.0-20241215113116-d3a00994d68d
Repository: https://github.com/kevinliao852/dbterm.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author