Changelog

Every release, documented. Follow what's new, improved, and fixed.

Latest

v0.1.0 — Initial Release

SQL Editor

  • Multi-tab SQL editor powered by CodeMirror 6 with syntax highlighting
  • Schema-aware autocomplete on tables, columns, joins, and relationships
  • EXPLAIN plan analysis with visual breakdown
  • Streaming query results via SSE — no timeout on long queries
  • Export results to CSV, JSON, or SQL
  • CSV & SQL dump import with AI-powered column mapping

4 Database Drivers

  • PostgreSQL, MySQL, Oracle, and SQLite supported out of the box
  • Seamless multi-driver experience — switch databases without leaving the window
  • Connection pooling and credential encryption (AES-256-GCM)
  • SSL/TLS support for all drivers

AI Copilot

  • Natural language → working SQL, grounded in your schema
  • Explain, optimize, or debug any query in-place
  • BYOK — Anthropic Claude, OpenAI, Azure OpenAI, or local Ollama
  • Streaming responses via SSE
  • Your prompts go directly to the provider — dblumi never proxies or stores them

Collaboration & Sharing

  • Real-time collaborative editing with Yjs + WebSocket — see cursors and edits live
  • Save queries to your workspace with folders, tags, and team sharing
  • Full version history — browse the timeline, diff any two versions, restore in one click
  • Role-based access control: Admin, Editor, Viewer per connection
  • Group-based sharing with color tagging

Schema & Data

  • Interactive schema browser with search
  • Auto-generated entity-relationship diagrams
  • Table explorer with inline editing
  • Database user management per connection
  • Data sync between databases (multi-table)

Security & Administration

  • 4 safety levels — from unrestricted dev to fully locked production
  • Destructive query detection with confirmation flow
  • JWT authentication with token revocation
  • SSO via GitHub, Google, Keycloak/OIDC
  • Admin panel for user management and instance configuration
  • Password strength indicator and forgot-password flow (SMTP)

REST API & Integrations

  • Full REST API (v1) for every resource
  • Interactive Swagger UI with OpenAPI 3.0 spec
  • Turn any saved query into a JSON endpoint with named parameters and API keys

Self-hosting

  • Docker Compose in 30 seconds
  • AGPL-3.0 — every feature, forever free
  • 100% self-hosted — your data never leaves your network
  • Environment-based configuration

UI & DX

  • Command palette for quick navigation
  • Internationalization — English and French shipped
  • Tailwind CSS v4 design system with Radix UI + shadcn/ui components
  • Geist (sans) + JetBrains Mono (mono) fonts