frectonz/sql-studio

SQL Database Explorer [SQLite, libSQL, PostgreSQL, MySQL/MariaDB, ClickHouse, DuckDB, Microsoft SQL Server]

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 18th, 2026
Created on June 11th, 2024
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 130
Total Stargazers: 3,688 (+0)
Total Subscribers: 18 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.4 days
Mean response time: 137.5 days
90th percentile: 532.2 days
Tracked items: 30

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 172 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

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

Top labels

  • enhancement (12)
  • bug (5)
  • unfulfilled-build-target (3)
  • documentation (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

SQL Studio is a database explorer that runs as a single binary and supports multiple database systems including SQLite, libSQL, PostgreSQL, MySQL, MariaDB, DuckDB, ClickHouse, Microsoft SQL Server, and file formats like Parquet and CSV.

The tool addresses the need for a unified interface to browse and query diverse database systems without installing separate tools for each. It works by providing a web-based interface accessible through a single command, eliminating setup complexity. The explorer includes an overview page showing common metadata, a tables page displaying each table's structure, a queries page for custom SQL execution, infinite scroll for large result sets, and rich SQL IntelliSense for query authoring.

SQL Studio suits developers who work with multiple database types and want a lightweight, portable solution. It is particularly valuable for those who need quick database exploration without heavyweight IDE setup, and for teams using containerized deployments since Docker images are available. The tool's single-binary distribution makes it easy to integrate into existing workflows across macOS, Linux, and Windows systems.

The project shows consistent development activity with regular releases introducing new features and improvements. The codebase is written in Rust and requires building the UI before running locally, indicating an active development process with both frontend and backend components being maintained. The project maintains documentation and provides multiple installation methods including shell scripts, PowerShell scripts, Nix, and Docker, suggesting attention to developer experience across different platforms.