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

Recent Releases

0.15.015 Sep 2026 22:57 minor bugfix: Database sizes the server declines to answer are now reported as absent rather than as 0 bytes, on MySQL, PostgreSQL, SQL Server and Oracle. An unmeasured database previously read as an empty one. The generated CREATE TABLE statement now emits the DDL of the engine it is aimed at instead of always emitting PostgreSQL's. Agent schema grounding no longer captures engine and extension objects. AWS Marketplace, Azure Marketplace and CasaOS channels are live.