Skip to content

ideepakwork/pymongo_indepth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

pymongo_indepth

About

This is the source code for: https://youtu.be/YbLzV90dksE Tutorial by Youtube channel: Code First Email: [email protected] You can ask me questions or just drop a line!

What does this code do?

This Python command line app uses a MongoDB client to interact with a database and collection. You will:

  • See all available databases
  • See all available collections
  • Create a new database
  • Create a new collection
  • Insert data
  • See ids
  • Query documents
  • Filter documents

Requirements

pymongo is required. Install it with pip install pymongo

About

Source code for: https://youtu.be/YbLzV90dksE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%