dolthub / dolthub-issues

Issues for dolthub.com
https://dolthub.com
4 stars 1 forks source link

Support multiple queries in sql console #447

Open tbantle22 opened 1 year ago

tbantle22 commented 1 year ago

The dolt sql shell supports multiple queries, but dolthub does not. We would need to think about the design to make this work considering our current query workflow, which checks if the query in the console is a select query or mutation and renders the sql data table or workspace depending on the intent