Keerthi
My feedback
1 result found
-
11 votes
An error occurred while saving the comment Keerthi supported this idea ·
1 result found
Please sign in to leave feedback
Please sign in to leave feedback
No results.
Clear search results
A behavior similar to mongosh where we establish a stateful session once and then run arbitrary statements any number of times without having to use('db') every time would be desirable.
I reckon for most users this would be the frequent use case. Often times we would go back to a previous statement and run just that. Such a feature would definitely be useful.
Having to use db.getSiblingDB('db').getCollection('coll') in every line feels like we are not in a shell but writing some application code.