ALPHA CHANNEL
v0.1.0-alpha.1
First public alpha release
Overview
v0.1.0-alpha.1 is the first public alpha of QueryCraft Studio.
This release delivers the full core workflow for daily SQL work.
- Connect to PostgreSQL, MySQL, MariaDB, and SQL Server.
- Write and run queries in a multi-tab SQL editor.
- Explore schema and relationships visually.
- Work safely with guardrails and confirmation flows.
- Back up and restore databases from the desktop app.
- Keep working with local persistence and sync when connectivity returns.
What’s New
SQL Workspace
- Multi-tab SQL editor with quick execution.
- Results grid with filtering, search, pagination, and column resizing.
- Improved data rendering for JSON and date/time values.
Inline Editing in Results
- Edit rows directly in the results grid when the query is eligible.
- Changes are applied in batches (
Apply) or discarded (Discard). - Primary/unique key columns and derived columns are read-intent only for safety.
Safety and Guardrails
- Per-connection safety profiles: Reader, Writer (Confirm), Admin, Custom.
- Risky queries are blocked or require confirmation.
- Localhost connections are automatically treated as Admin guardrails.
Backup and Restore (Desktop)
- Native support for major database engines.
- Real-time operation logs and additional restore safety checks.
Explorer, ER Diagram, and Analysis
- Faster table/view exploration and Favorites support.
- Interactive ER Diagram for relationship exploration.
- Query analysis/plan view for performance tuning.
Offline and Sync Experience
- Local queue for pending changes and automatic sync retries.
- Conflict inbox for items that need manual review.
- Local persistence for workspace state.
AI Assistant
- AI provider/model settings stored locally for total privacy.
- Deep integration with SQL workflow and Scratchpad.
Known Limitations
- Inline edit currently works for single-table result sets only.
- Complex query outputs (joins, CTEs, aggregates) are read-only.
- Branding migration is still in progress in some packaging metadata.
Recommendations for Alpha Users
- Keep Safe Mode enabled, especially in shared environments.
- Test backup/restore flows in staging before production usage.
- Expect rapid iteration and UI/behavior improvements during the alpha cycle.