Quick reference for dbfordevs releases. For detailed changes, see CHANGELOG.md.
Release Date: January 27, 2026
The v0.5.x series delivers major advances in schema tooling, NoSQL support, and database management capabilities.
Schema Diff & Migration (v0.5.0)
- Compare schemas across connections, tables, or point-in-time snapshots
- Visual diff with color-coded changes (added/removed/modified)
- Database-specific migration SQL generation for PostgreSQL, MySQL, SQLite, Oracle, MSSQL
- Destructive operation warnings and selective migration export
Cassandra Support (v0.4.0+)
- Full driver implementation using
scyllacrate - Keyspace and table management with CQL Shell
- Server info dashboard with cluster and node details
- Consistency level configuration
MSSQL Enhancements (v0.5.2-v0.5.3)
- SQL Server Browser query for named instance port resolution
- Database create and delete functionality
Additional v0.5.x Features
- Global schema search with fuzzy matching (Ctrl+Shift+F)
- Enhanced sidebar with Cassandra browser integration
- Classic themes and updated Monaco editor themes
Visit the GitHub Releases Page to download the latest version for your platform:
- Windows:
.msiinstaller - macOS:
.dmginstaller (Intel & Apple Silicon) - Linux:
.AppImageor.debpackage
- RAM: 512 MB minimum (4+ GB recommended for AI features)
- Storage: 150 MB free space
- Network: Internet connection required for AI features
Release Date: December 25, 2025
This release introduces the AI Query Assistant, transforming dbfordevs into an intelligent database development partner. Generate SQL, explain queries, and get database-specific advice using industry-leading AI models.
🤖 AI-Powered Query Assistant
- Generate SQL from natural language descriptions
- Explain complex queries step-by-step
- Optimize existing SQL with AI-driven suggestions
- Context-aware generation using your database schema
🌐 Multi-Provider AI Support
- Support for Anthropic Claude (Opus, Sonnet, Haiku)
- Support for Google Gemini (Pro, Flash)
- Bypasses CORS restrictions via Tauri HTTP proxy
- Secure API key management
💬 Persistent Chat History
- Save and organize AI conversations locally
- Chat history persistence across sessions
- Session favorites and quick renaming
- Auto-cleanup settings for history management
🎯 Intelligent Context
- Automatic schema context enrichment
@mentions for tables and columns in prompts- Database-specific query generation (PG, MySQL, etc.)
Release Date: December 15, 2025
The inaugural release of dbfordevs - a lightweight, cross-platform database client for developers.
Key Features:
- Multi-database support (PostgreSQL, MySQL, SQLite)
- Monaco-based SQL editor with autocomplete
- High-performance data grid with virtualization
- Light/dark theme support
- Connection string parsing for multiple formats
- Beautiful, modern UI
Downloads: v0.1.0 Releases
System Requirements:
- RAM: 512 MB minimum
- Storage: 100 MB free
- Windows 10+, macOS 10.13+, Ubuntu 18.04+
| Version | Release Date | Highlights | Downloads |
|---|---|---|---|
| v0.5.3 | Jan 27, 2026 | MSSQL create/delete database | GitHub |
| v0.5.2 | Jan 26, 2026 | MSSQL named instance port resolution | GitHub |
| v0.5.1 | Jan 24, 2026 | Classic themes, Monaco editor updates | GitHub |
| v0.5.0 | Jan 24, 2026 | Schema Diff, Cassandra search integration | GitHub |
| v0.4.0 | Jan 20, 2026 | Oracle Wallet, SSL/TLS testing, Cassandra | GitHub |
| v0.3.x | Jan 12-19, 2026 | MongoDB, Redis, views, indexes, users, data grid | GitHub |
| v0.2.1 | Dec 26, 2025 | OpenAI integration, PostgreSQL enhancements | GitHub |
| v0.2.0 | Dec 25, 2025 | AI Query Assistant | GitHub |
| v0.1.2 | Dec 21, 2025 | Schema diagrams, table properties | GitHub |
| v0.1.0 | Dec 15, 2025 | Initial release | GitHub |
No Breaking Changes - Your existing setup will continue to work:
- Download the latest installer from GitHub Releases
- Install following the platform-specific instructions
- Launch dbfordevs and configure your AI API key in Settings if you wish to use the new Assistant features.
- Download the latest installer from GitHub Releases
- Install following the platform-specific instructions
- Launch dbfordevs and enjoy the new features
- Existing Connections will automatically load - no reconfiguration needed
If you need to revert to v0.1.0:
- Uninstall v0.1.2
- Download v0.1.0 from GitHub Releases
- Install v0.1.0
- All your connections and settings are preserved
Start with the Getting Started Guide
Check the User Guide for features, shortcuts, and tips
See the Architecture Guide for technical details
Report it on GitHub Issues with:
- Clear description of the problem
- Steps to reproduce
- Your OS and dbfordevs version
- Error messages or screenshots
- GitHub Repository: danielss-dev/dbfordevs
- Documentation: docs/README.md
- Issue Tracker: GitHub Issues
- License: MIT
Last Updated: February 1, 2026