[studio] Support multiple results in SQL Editor #9930
Unanswered
osaxma
asked this question in
Feature Requests
Replies: 1 comment
|
Hey @osaxma ! Very neat request. I'm going to move this into Discussions and flag it as a feature request. Great idea. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Feature request
Current limitation
Running multiple queries only shows the result of the first query:
Supabase SQL Editor
Describe the solution you'd like
I would like the SQL editor to show a result for each query such as:
SQL Notebook (VS Code extension)
Describe alternatives you've considered
Using other SQL editors than Supabase's.
Additional context
I mainly use the SQL Editor for debugging flow such as:
set role authenticated, modifyrequest.jwtto match user id and role, then execute query to see result.Typically I'm interested in the result of the last query but I think supporting all results (within diff tabs or stacked) would be more beneficial.
All reactions