| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2026-03-24 | 337 Bytes | |
| Dory-Setup-0.5.0.exe.blockmap | 2026-03-24 | 162.5 kB | |
| Dory-Setup-0.5.0.exe | 2026-03-24 | 160.0 MB | |
| Dory-Portable-0.5.0.exe | 2026-03-24 | 157.3 MB | |
| Dory-0.5.0-x64.zip | 2026-03-24 | 208.1 MB | |
| latest-mac.yml | 2026-03-24 | 482 Bytes | |
| Dory-0.5.0-x64.zip.blockmap | 2026-03-24 | 181.9 kB | |
| Dory-0.5.0-x64.dmg.blockmap | 2026-03-24 | 198.4 kB | |
| Dory-0.5.0-x64.dmg | 2026-03-24 | 190.2 MB | |
| Dory-0.5.0-arm64.zip.blockmap | 2026-03-24 | 177.1 kB | |
| Dory-0.5.0-arm64.dmg.blockmap | 2026-03-24 | 192.1 kB | |
| Dory-0.5.0-arm64.zip | 2026-03-24 | 177.0 MB | |
| Dory-0.5.0-arm64.dmg | 2026-03-24 | 183.6 MB | |
| README.md | 2026-03-24 | 694 Bytes | |
| v0.5.0 source code.tar.gz | 2026-03-24 | 13.2 MB | |
| v0.5.0 source code.zip | 2026-03-24 | 14.0 MB | |
| Totals: 16 Items | 1.1 GB | 0 | |
What's Changed
New Database Support
- Added basic MySQL connection support, including connection form, metadata exploration, table information retrieval, and SQL dialect handling.
- Added MariaDB connection support, reusing much of the MySQL infrastructure while providing MariaDB-specific capabilities and explorer components.
UI Improvements
- Removed grayscale filter from user avatars in the app sidebar for improved visual consistency and accessibility.
Internal
- Consolidated database driver registration and type definitions to support extensibility across MySQL and MariaDB.
- Updated SQL console and connection summary endpoints to accommodate new database drivers.