| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| builder-debug.yml | 2026-03-31 | 820 Bytes | |
| Dory-0.6.3-x64.zip | 2026-03-31 | 189.4 MB | |
| latest-mac.yml | 2026-03-31 | 784 Bytes | |
| latest-x64-mac.yml | 2026-03-31 | 480 Bytes | |
| Dory-0.6.3-arm64.dmg | 2026-03-31 | 189.4 MB | |
| Dory-0.6.3-x64.dmg.blockmap | 2026-03-31 | 205.8 kB | |
| Dory-0.6.3-arm64.dmg.blockmap | 2026-03-31 | 198.9 kB | |
| Dory-0.6.3-arm64.zip | 2026-03-31 | 182.6 MB | |
| Dory-0.6.3-arm64.zip.blockmap | 2026-03-31 | 181.8 kB | |
| Dory-0.6.3-x64.zip.blockmap | 2026-03-31 | 188.2 kB | |
| latest-arm64-mac.yml | 2026-03-31 | 486 Bytes | |
| Dory-0.6.3-x64.dmg | 2026-03-31 | 196.1 MB | |
| latest.yml | 2026-03-31 | 337 Bytes | |
| Dory-Setup-0.6.3.exe.blockmap | 2026-03-31 | 169.8 kB | |
| Dory-Setup-0.6.3.exe | 2026-03-31 | 167.2 MB | |
| Dory-Portable-0.6.3.exe | 2026-03-31 | 164.6 MB | |
| README.md | 2026-03-31 | 833 Bytes | |
| v0.6.3 source code.tar.gz | 2026-03-31 | 13.9 MB | |
| v0.6.3 source code.zip | 2026-03-31 | 14.7 MB | |
| Totals: 19 Items | 1.1 GB | 0 | |
What's Changed
Features
- Added a built-in SQLite demo database (
demo.sqlite) pre-populated with realistic sample data (100 users, 1,000 orders, 10,000 logs) using Faker with a deterministic seed. - Automatically creates a “Demo Database” connection for new users on their first visit to the connections page—no setup required.
- The demo connection is now auto-provisioned during organization creation, ensuring immediate access to sample data upon account setup.
Improvements
- Streamlined onboarding: users logging in via the demo auth flow now land directly on a functional workspace with a ready-to-query database connection.
Internal
- Refactored demo data ingestion and connection provisioning logic to align with organization lifecycle events, improving consistency and maintainability.