SQL Database Explorer [SQLite, libSQL, PostgreSQL, MySQL/MariaDB, ClickHouse, DuckDB, MS SQL Server]
10K+

Single binary, single command SQL database explorer. SQL studio supports SQLite, libSQL, PostgreSQL, MySQL, DuckDB and Microsoft SQL Server.
The following is an example of how to run SQL Studio with the Postgres driver on port 3030.
docker run -p 3030:3030 frectonz/sql-studio /bin/sql-studio \
--no-browser \
--no-shutdown \
--address=0.0.0.0:3030 \
postgres \
postgres://localhost:5432/
Content type
Image
Digest
sha256:fe18faf37…
Size
33.6 MB
Last updated
24 days ago
docker pull frectonz/sql-studio