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
It would be convenient to view the collection while developing MongoDB queries/pipelines. While it's always possible to use a query to view the collection, it's inconvenient during development to cut the query text and replace it with an empty find, just to view the collection.
One possible enhancement might be to have two tabs, say mgodatagen and database/collection where one could select one or the other. After refining the mgodatagen configuration in it's tab, selecting the other tab would let the user view the generated database/collection.
The text was updated successfully, but these errors were encountered:
It would be convenient to view the collection while developing MongoDB queries/pipelines. While it's always possible to use a query to view the collection, it's inconvenient during development to cut the query text and replace it with an empty
find
, just to view the collection.One possible enhancement might be to have two tabs, say
mgodatagen
anddatabase/collection
where one could select one or the other. After refining themgodatagen
configuration in it's tab, selecting the other tab would let the user view the generated database/collection.The text was updated successfully, but these errors were encountered: