Learn how to connect and run script on mongosh
Recently, I needed to write some scripts to run on mongosh and since there will be common code among the scripts. I was wondering if it is possible to write just like any JavaScript file (with import/export) to run on mongosh.
I also explored a littl...
bwgjoseph.com6 min read