Roadmap
Where we're headed. Priorities shift based on community feedback — join the discussion.
Up next v0.2.0
- MongoDB driver Full support for MongoDB connections — query, browse collections, and explore documents alongside SQL databases
- MCP server Expose your schema as a Model Context Protocol server so Claude, GPT, and any AI agent can query your DB with one line of config
- Dark mode Full dark theme for the application UI, respecting system preference
- Query scheduler Schedule saved queries to run on a cron — with email alerts on failure or threshold breaches
Planned v0.3.0
- SQL Server driver Microsoft SQL Server support via tedious — complete with stored procedure browsing
- Dashboard & charts Pin query results as live charts and KPIs on a customizable dashboard
- Saved query API endpoints Expose saved queries as authenticated REST endpoints with named parameters, rate limiting, and API key management
- Audit log Track who ran what, when, on which connection — with export and retention policies
Planned v0.4.0
- Redis & DynamoDB drivers NoSQL support beyond MongoDB — browse keys, run commands, visualize data structures
- Webhooks Trigger HTTP callbacks on query events, guardrail violations, or scheduled query failures
- Plugin system Community-driven extensions for custom drivers, formatters, and UI panels
- Mobile-friendly UI Responsive layout for tablet and mobile — read-only query browsing and result inspection
Exploring Future
- Ollama self-hosted AI First-class integration with local LLMs via Ollama — zero external API calls
- Data lineage Trace column-level data flow across queries and views
- VS Code extension Run dblumi queries and browse schemas directly from your editor
- Terraform / Pulumi provider Manage connections, groups, and settings as infrastructure-as-code
- Additional languages German, Spanish, Italian, Portuguese, Japanese — community-contributed translations