diff --git a/README.md b/README.md index 657dc20..50fb28f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Altinity SQL Browser An OAuth-gated **SQL browser for any ClickHouse cluster** — schema explorer, -tabbed SQL editor with syntax highlighting, streaming results with table / JSON -/ chart views, saved queries, history, and shareable links. It ships as a +tabbed SQL editor with syntax highlighting, find/replace, bracket matching, and +schema-aware autocomplete, streaming results with table / JSON / chart views, +saved queries, history, and shareable links. It ships as a **single self-contained HTML file served from ClickHouse itself** (no Node server, no CDN, no external fonts) — the page makes **zero third-party requests** and renders in the OS's native UI font. Its only bundled runtime @@ -27,6 +28,41 @@ The browser never holds a static credential — each user authenticates with you IdP and ClickHouse sees their JWT. There is **no app-specific backend**: the only moving parts are ClickHouse's HTTP handlers and your OAuth provider. +## SQL editor + +The editor is a hand-rolled `