Changes for page How to Use Pymongo to Store Data
Last modified by Leon Poon on 2021/03/23 13:17
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,6 +12,6 @@ 12 12 print(collection.insert_one({'my_key': 'some value'})) 13 13 {{/code}} 14 14 15 -The printout shows the ID assigned by mongodb to the data you stored. You can now try to [[look it up>>doc: Main.How to Use Pymongo and Search for Data.WebHome]].15 +The printout shows the ID assigned by mongodb to the data you stored. You can now try to [[look it up>>doc:Computing Newbies.Python Newbies.How to Use Pymongo and Search for Data.WebHome]]. 16 16 17 17 You can also follow [[tutorial>>url:https://api.mongodb.com/python/current/tutorial.html%7Cthis]].