Skip to content

pandeyankit83/Using-MongoDB-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Using-MongoDB-in-Python

I have written this article for Using MongoDB in Python. In this article, we implement one repository, using which you can manipulate data in the collection Users. We present two ways to achive that, ie. using two Python modules – PyMongo and MongoEngine. The implementation with first library PyMongo is low-level implementation, while the implementation with MongoEngine can be observed as higherlevel implementation. However, before we get into nitty-gritty details of each implementation, let’s first install MongoDB and both Python modules.

About

Using MongoDB in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published