Sign inSign up

frectonz/sql-studio

By frectonz

Updated 24 days ago

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

Image
Web servers
Monitoring & observability
0

10K+

frectonz/sql-studio repository overview

banner

SQL Studio

Single binary, single command SQL database explorer. SQL studio supports SQLite, libSQL, PostgreSQL, MySQL, DuckDB and Microsoft SQL Server.

GitHub Repository

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/

Tag summary

Content type

Image

Digest

sha256:fe18faf37

Size

33.6 MB

Last updated

24 days ago

docker pull frectonz/sql-studio