You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@glucaci thanks for the feature request - another alternative is logging the results from those separate queries, console.log with EJSON.stringify, limit, and toArray should work, which will output the logs to the output panel in VSCode which is usually at the bottom. This won't have the document opening helpers, but will at least be a way to show results from separate dbs.
Something like:
Feature Request
I would like to query multiple db's in same request.
Context
Give the following playground:
I would like to see in the result tab the documents from both queries.
or splited by database
With the current implementation when executing the above playground it will show only the result from the last query.
The text was updated successfully, but these errors were encountered: