Releases
Download the latest version and see what's new in DBView.
v1.0.6
v1.0.6 - Cloud Sync & Major Features Release
Introducing secure cloud sync with end-to-end encryption, configurable sidebar panels, comprehensive database export/import, and significant stability improvements.
New Features
- Secure Cloud Sync with Google Drive integration and end-to-end AES-256-GCM encryption
- Vector Clock synchronization with intelligent 3-way merge conflict resolution
- Master password protection for sensitive credentials (passwords, SSH keys, API keys)
- Multi-device sync dashboard showing all synced devices with timestamps
- Configurable Sidebar Panels - toggle History, Connections, SQL Book, and Workbooks visibility
- Database Export with multiple formats (SQL, CSV, JSON) and structure/data options
- Database Import supporting SQL files and MongoDB document imports
- Data Management dialog for connections, workbooks, and SQL Book backup/restore
- ERD Visualization with drag-and-drop, relationship indicators, and image export
- Command Palette (Cmd+K) for quick access to all features
Improvements
- Enhanced connection management with SSH tunneling and SSL/TLS support
- Streaming query results for memory-efficient large dataset handling
- Server Information panel with metrics, replication status, and performance data
- SQL Editor improvements with syntax highlighting and auto-completion
- Workbooks dashboard with customizable query cards and refresh intervals
- Safe Mode to block destructive queries (INSERT, UPDATE, DELETE, DROP)
- Theme customization with 10+ accent colors and 5 font options
- Optimized Zustand state management to prevent unnecessary re-renders
- Enhanced stability for PostgreSQL and MySQL connections
Bug Fixes
- Fixed 'Maximum update depth exceeded' React infinite loop error in Data Management dialog
- Resolved performance issues with state management
- Fixed JSON rendering issues in table views
- Improved error handling across the application
v1.0.5
v1.0.5 - The Cross-Platform Update
Critical fixes for Google Drive Sync and full cross-platform availability (Windows, macOS Silicon, Linux Beta).
New Features
- Google Drive Sync: Fixed synchronization issues on Windows and improved token reliability.
- Cross-Platform: Windows (Signed), macOS Silicon (Notarized), and Linux (Beta).
- Auto-Update: Signed updates for all supported platforms.
Improvements
- Unified release process for all platforms.
- Enhanced error handling for sync operations.
Bug Fixes
- Fixed Windows Credential Manager timing issues causing sync failures.
- Resolved Mac notarization build chain issues.
v1.0.4
v1.0.4 - Full MongoDB Support
DBView v1.0.4 introduces full MongoDB support with connection string handling, collection browser, document CRUD operations, and automatic SQL/Document mode switching.
New Features
- MongoDB Support: Connect to MongoDB databases using connection strings (mongodb:// and mongodb+srv://)
- Collection Browser: Database and collection tree view with document counts
- MongoDB Query Editor: Write and execute MongoDB queries with syntax highlighting
- Document Grid View: Table, JSON Tree, and Raw JSON view modes for documents
- Document CRUD: Create, edit, and delete documents with visual confirmation
- Bulk Insert: Insert single or multiple documents at once
- Collection Management: Create and drop collections
- MongoDB Export: Export collections to JSON format
- Collection Info Panel: Document count, size, and inferred schema
- Server Info for MongoDB: Version and server metrics display
- MongoDB Query Formatting: Auto-format MongoDB queries
Improvements
- SQL/Document mode auto-switching based on connection type
- Enhanced export dialog with MongoDB support
- Workbook dashboard support for MongoDB queries
- Better error messages for MongoDB operations
Bug Fixes
- Fixed connection string not being passed to backend
- Fixed inline edit overlay transparency
- Fixed SQL multi-query result handling
v1.0.3
v1.0.3 - Server Info Panel with Replication Detection
DBView v1.0.3 introduces a new Server Info Panel that provides detailed database metrics and replication status detection for MySQL and PostgreSQL databases.
New Features
- Server Info Panel: View database server version, uptime, and connection statistics
- Replication Detection: Automatically detects Primary, Replica, or Standalone server roles
- Replica Metrics: Shows connected replica count (for primary) or replication lag (for replica)
- Read-Only Mode: Visual indicator for read-only database servers
- Database Metrics: Buffer pool size (MySQL) and cache size (PostgreSQL/SQLite) display
Improvements
- Enhanced SSL/TLS connection handling
- Better database driver error handling for replication queries
Bug Fixes
- Fixed SSL certificate validation for secure connections
v1.0.2
v1.0.2 - Seamless In-App Auto-Updates
DBView v1.0.2 delivers seamless in-app auto-updates with progress tracking. Click 'Update Now' and watch the magic happen - no manual downloads required.
New Features
- In-app auto-updater: Click 'Update Now' to download and install updates without leaving the app
- Progress bar: Visual feedback showing download progress during updates
- Automatic restart: App relaunches automatically after update installation
Improvements
- Update modal now uses actual auto-updater instead of redirecting to website
- Release notes button properly opens in external browser using Tauri shell plugin
Bug Fixes
- Fixed auto-updater redirecting to website instead of performing in-app update
- Fixed 'View Release Notes' button not opening in browser
v1.0.1
v1.0.1 - Export/Import Enhancements
DBView v1.0.1 brings improved export/import functionality with support for database objects, better MySQL compatibility, and seamless auto-updates.
New Features
- Auto-update: Seamless in-app updates without manual download
- Export dialog checkboxes: Choose to include/exclude views, procedures, functions, and triggers
- MySQL DELIMITER support: Import procedures and functions with proper DELIMITER syntax handling
- Dynamic version detection: App now uses Tauri getVersion() for accurate version reporting
- Anonymous telemetry: Usage analytics to help improve the app (can be disabled)
Improvements
- SQL statement parser now correctly handles escaped quotes in strings
- Import process properly splits stored procedures and functions
- Version check API updated for improved update notifications
Bug Fixes
- Fixed password dialog not showing for QuickConnect on landing page
- Fixed import failing with MySQL DELIMITER syntax for procedures/functions
- Fixed escaped quotes (doubled quotes) not being handled correctly during import
- Fixed version hardcoding in updater service
v1.0.0
First Stable Release
DBView v1.0.0 is the first stable release - a beautiful, fast, and modern SQL client for macOS built with Tauri 2.0 and Rust.
New Features
- Multi-database support: Connect to MySQL, PostgreSQL, and SQLite databases
- Powerful SQL editor with syntax highlighting, auto-completion, and intelligent suggestions
- Beautiful query results with virtual scrolling, sortable columns, and resizable cells
- Schema browser with table details, column info, indexes, and foreign keys
- ERD visualization for database relationships with interactive diagrams
- SSH tunnel support with password and private key authentication (RSA, Ed25519, ECDSA)
- AI-powered query generation with OpenAI, Anthropic Claude, Google Gemini, and Ollama
- SQL Book for saving and organizing frequently used queries
- Query history with timestamps and connection info
- Workbook dashboards with tables, charts, and metrics
- Export results to CSV, JSON, and SQL INSERT statements
- Multiple query tabs with history and tab management
- Secure credential storage using macOS Keychain
- Light, Dark, and System theme support
- Safe Mode to block destructive SQL operations
- Code signed with Apple Developer ID
- Native macOS performance with Tauri 2.0 and Rust backend
Improvements
- Improved from beta with enhanced stability
- Better error handling and user feedback
- Optimized query execution performance
v1.0.0-beta.1
First Public Beta
The first public beta of DBView - a beautiful, fast, and modern SQL client for macOS built with Tauri 2.0 and Rust.
New Features
- Multi-database support: Connect to MySQL, PostgreSQL, and SQLite databases
- Powerful SQL editor with syntax highlighting, auto-completion, and intelligent suggestions
- Beautiful query results with virtual scrolling, sortable columns, and resizable cells
- Schema browser with table details, column info, indexes, and foreign keys
- ERD visualization for database relationships with interactive diagrams
- SSH tunnel support with password and private key authentication (RSA, Ed25519, ECDSA)
- AI-powered query generation with OpenAI, Anthropic Claude, Google Gemini, and Ollama
- SQL Book for saving and organizing frequently used queries
- Export results to CSV, JSON, and SQL INSERT statements
- Multiple query tabs with history and tab management
- Secure credential storage using macOS Keychain
- Light, Dark, and System theme support
- Native macOS performance with Tauri 2.0 and Rust backend