Intro to the MongoDB 'template()' function ...
Intro to the MongoDB 'Template' command
{% highlight javascript linenos %} // where db is the wake-up command to the Mongo Server (MS) to provide general help db.help(); {% endhighlight %}(MS) will provide specific 'help', too ... Whenever a collection is specified within the 'help' function.
{% highlight javascript linenos %} // where 'frame' is the name of a collection of documents within the current working database db.frame.help(); {% endhighlight %}