name: libredb-studio
trademark: LibreDB Studio
Official references
What it is
A self-hosted SQL IDE that runs in the browser, MIT licensed. It is deployed next to the database rather than installed on each machine, so the database does not need a port open to the outside. Sixteen drivers reach forty two engines, including PostgreSQL, MySQL, Oracle, SQL Server, MongoDB, Redis, SQLite, ClickHouse and DuckDB.
Deployment
docker run -d -p 3000:3000 ghcr.io/libredb/libredb-studio:latest
The container listens on 3000. First run prints a generated admin password to the log. Authentication is local accounts or OIDC.
Current version: 0.15.0
Why this fits the library
The library already carries cloudbeaver, pgadmin, phpmyadmin and bytebase, so this sits on the same shelf.
name: libredb-studio
trademark: LibreDB Studio
Official references
What it is
A self-hosted SQL IDE that runs in the browser, MIT licensed. It is deployed next to the database rather than installed on each machine, so the database does not need a port open to the outside. Sixteen drivers reach forty two engines, including PostgreSQL, MySQL, Oracle, SQL Server, MongoDB, Redis, SQLite, ClickHouse and DuckDB.
Deployment
The container listens on 3000. First run prints a generated admin password to the log. Authentication is local accounts or OIDC.
Current version: 0.15.0
Why this fits the library
The library already carries cloudbeaver, pgadmin, phpmyadmin and bytebase, so this sits on the same shelf.