Changes

Jump to: navigation, search

Addon:MongoDB

65 bytes added, 23:25, 25 September 2019
Viewing a database using mongo
From the command line type:
<code>$ mongo</code>
At the prompt type:
<code>> show dbs</code>
You should see your family tree listed.
<code>> use Family_Tree_1</code>
<code>> show collections</code>
<code>> db.person.find()</code>
Now you should see some data.

Navigation menu