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_folderstable and updatesaved_querieswithfolder_idandpositionfields—ensuring local development and testing environments match Postgres.
Improvements
- Documentation updates: Refreshed
README.mdwith updated setup instructions and usage guidance.
Internal
- Dependency update: Upgraded Next.js from
16.1.6to16.1.7across admin and web apps.