Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 923 Bytes

File metadata and controls

24 lines (19 loc) · 923 Bytes

Tutorail - PyMongo (Python + MongoDB)

SAE

forthebadge made-with-python
Python 3.6

MongoDB Operations performed using Python:

  • Establish a Connection
  • Create a Collection
  • Insert Data
  • Insert Multiple Data
  • Find Method
  • Query or filter the data
  • Delete one or many Data
  • Drop the entire collection
  • Set limit to view N records

Please do ⭐ the repository, if it helped you in anyway.