Back to release notes
v0.3.10Synced from GitHub release-notes

Release v0.3.10

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),

View source on GitHub

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_folders table and update saved_queries with folder_id and position fields—ensuring local development and testing environments match Postgres.

Improvements

  • Documentation updates: Refreshed README.md with updated setup instructions and usage guidance.

Internal

  • Dependency update: Upgraded Next.js from 16.1.6 to 16.1.7 across admin and web apps.