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!
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
pymongo is required. Install it with pip install pymongo