In the shell I can do this: show dbs to list all 'databases' on the connection. How can I do this using mongo_dart commands?
In the shell I can do this: show collections (names) on a given database. How can I do this using mongo_dart commands?
I'm stumped, thanks!