Dory Docs
Release Notes

v0.3.10

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.

On this page