Features
Queries
Inspect and edit database queries in your app.
The Queries panel shows every database query discovered in your application’s codebase. Queries are organized by resource, and each entry includes the invocation key and the file location where it appears.
You can edit a query string directly from this panel. Changes are saved back to your source code.
The panel updates automatically whenever commits are pushed to the main branch, so it always reflects your current codebase.