MongoDB: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 May 2012

  • curprev 10:1310:13, 31 May 2012Timo talk contribs 960 bytes +960 Created page with "Simple Database connect, insert and find <source lang='python'> import pymongo from pymongo import Connection import datetime connection = Connection() myDB = connection['timo..."