Skip to content

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

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors