sql-studio
SQL Studio is a single binary, single command SQL database explorer that supports SQLite, libSQL, PostgreSQL, MySQL, MariaDB, DuckDB, ClickHouse, Microsoft SQL Server, Parquet, and CSV files. It can be launched with simple commands such as "sql-studio sqlite [file]" for local databases, "sql-studio postgres [url]" for remote servers, or similar syntax for other supported data sources. The web-based interface provides an overview page with common database metadata, a tables page showing each table's metadata, a queries page for executing custom SQL, and an infinite scroll rows view for browsing large result sets. Rich SQL IntelliSense assists with writing queries. SQL Studio is distributed as prebuilt binaries for macOS and Linux via shell script and for Windows via PowerShell, and it is also available through Nix and Docker, making deployment straightforward across environments.