LibreDB Studio 0.15.0
LibreDB Studio is a database client you install next to the database instead of on every laptop. You reach it in a browser, so the database no longer needs a port open to the outside world. Sixteen drivers cover forty two engines, among them PostgreSQL, MySQL, Oracle, SQL Server, MongoDB, Redis, SQLite, ClickHouse, DuckDB, Elasticsearch, Trino and Cassandra, and they all sit in one sidebar. It has the parts you would expect from a desktop client: a Monaco editor with schema aware completion, visual EXPLAIN, ER diagrams with real foreign key edges, schema diff with generated migration SQL, and a grid that handles millions of rows. The optional AI assistant runs against your own model, including a local Ollama, and its read only mode is enforced by the database rather than by parsing the SQL. It deploys as a container, a Helm chart, an npm package, deb and rpm, or a Tauri desktop build. Authentication is local accounts or OIDC, with role based access control.
| Tags | database sql ide self-hosted postgresql mysql mongodb web docker |
|---|---|
| License | MITL |
| State | stable |