jorgerojas26/lazysql

A cross-platform TUI database management tool written in Go.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 16th, 2026
Created on May 29th, 2023
Open Issues & Pull Requests: 46 (+0)
GitHub issues: Enabled
Number of forks: 202
Total Stargazers: 4,315 (+0)
Total Subscribers: 22 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 27.3 hours
Mean response time: 29.2 days
90th percentile: 57.4 days
Tracked items: 98

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 13% of issues opened in the past year have never received a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 74% of issues opened in the past year have been closed, leaving a working backlog. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 27
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 404 days
Stale 30+ days: 24
Stale 90+ days: 21

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (4)
  • ready-for-agent (4)

Detailed Description

Lazysql is a terminal user interface database management tool written in Go.

The tool addresses the need for a lightweight, keyboard-driven way to browse and interact with databases without leaving the terminal. It provides a text-based interface that lets developers query databases, explore schemas, and manage data directly from the command line. The approach emphasizes speed and efficiency through keyboard navigation rather than mouse-dependent graphical interfaces.

Lazysql suits developers who spend significant time in terminal environments and prefer staying within that workflow rather than switching to separate GUI tools. It works well for quick database exploration, ad-hoc queries, and administrative tasks on remote systems where graphical interfaces are impractical. The cross-platform nature means the same tool works consistently across different operating systems, making it useful for teams with mixed development environments.

The project shows active development with regular commits addressing bug fixes and feature improvements. Work spans multiple areas including connection handling, query execution, and interface refinements. The codebase receives ongoing attention to stability and usability enhancements based on user feedback.