| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2026-03-18 | 340 Bytes | |
| Dory.Setup.0.3.10.exe.blockmap | 2026-03-18 | 155.8 kB | |
| Dory-0.3.10-win.zip | 2026-03-18 | 201.4 MB | |
| Dory.Setup.0.3.10.exe | 2026-03-18 | 154.3 MB | |
| Dory.0.3.10.exe | 2026-03-18 | 154.0 MB | |
| latest-mac.yml | 2026-03-18 | 500 Bytes | |
| Dory-0.3.10-arm64-mac.zip.blockmap | 2026-03-18 | 169.8 kB | |
| Dory-0.3.10-arm64.dmg.blockmap | 2026-03-18 | 187.2 kB | |
| Dory-0.3.10-arm64-mac.zip | 2026-03-18 | 170.4 MB | |
| Dory-0.3.10-arm64.dmg | 2026-03-18 | 176.3 MB | |
| README.md | 2026-03-18 | 1.1 kB | |
| v0.3.10 source code.tar.gz | 2026-03-18 | 9.4 MB | |
| v0.3.10 source code.zip | 2026-03-18 | 10.1 MB | |
| Totals: 13 Items | 876.4 MB | 0 | |
What's Changed
Features
- Saved queries now support folders: Organize saved SQL queries into folders with full CRUD operations, drag-and-drop reordering (both folders and queries), and nested search. Includes i18n support for English and Chinese.
- Drag-and-drop sorting: Intuitive reordering of folders and queries within the SQL console sidebar, with visual feedback, drag handles, and section-aware boundaries.
Fixes
- PGLite schema parity: Added missing PGLite migration to create the
saved_query_folderstable and updatesaved_querieswithfolder_idandpositionfields—ensuring local development and testing environments match Postgres.
Improvements
- Documentation updates: Refreshed
README.mdwith updated setup instructions and usage guidance.
Internal
- Dependency update: Upgraded Next.js from
16.1.6to16.1.7across admin and web apps.