VeloxDB Release Notes
What's New
VeloxDB adds Ask Veloxy for AI-assisted SQL, expands to MySQL & SQLite, improves SSL cert picking, rename connection, toast levels, About + updates, and fixes maxQueryRows end-to-end — plus CI and docs polish.
Ask Veloxy — AI Assistant
- Natural language → SQL: Generate SQL from plain language prompts.
- Chat-style experience: Conversations and history for iterative refinement.
- Richer answers: Markdown rendering in the Ask Veloxy dialog (
react-markdown). - Stronger SQL generation: Iterations on prompts and model integration (OpenRouter-related fixes and typings).
Connections & Databases
- MySQL and SQLite: Connect alongside PostgreSQL; connection UI uses radio selection for engine type.
- Rename connection: Rename saved profiles without recreating them.
- SSL client certificates: Native file picker for choosing cert/key files where applicable.
- After-delete behavior: If a connection is removed, the query workspace detaches that connection cleanly instead of leaving stale state.
Settings & App Info
- Notification levels: Control how chatty toasts are (toast severity / volume settings).
- About: Version, license, links, and update check from Settings.
- Support: Sponsorship / support section in Settings.
Model (Diagram) Workspace
- Catalog & workspace: Clearer table counts on the diagram / model surfaces.
Reliability & Correctness
maxQueryRows: Setting is wired through to query execution so the cap actually applies; follow-up fix so it stays applied consistently; tests added for the wiring.
Build, Release & Docs
- Desktop / Tauri CI: Workflow updates (pnpm order, Tauri build command, assets).
- Linux
.debpackage: Debian/Ubuntu package now supported as a distribution target. - Versioning: Versioning scheme and asset references aligned with builds.
- Site & README: Project domain noted as
veloxdb.dev; README updates ( contributing). - Community:
CODE_OF_CONDUCT.mdadded.
Misc Fixes
- Linting loop: Fix for a runaway / looping lint behavior (
fix/linting-loop).
What's Changed
- feat: add notification level settings by @MowlCoder in #22
- feat: add rename connection function by @MowlCoder in #23
- Feat/support ai by @abeni16 in #24
- feat: implement detachDeletedConnection functionality in query workspace by @abeni16 in #27
- feat: add possibility to select file natively by @MowlCoder in #26
New Contributors
- @MowlCoder made their first contribution in #22
Full Changelog: 0.1.0-beta.8...veloxdb_0.1.0-8