MongoCodeWrapper is a standalone Python library to perform Create, Read, Update, and Delete (CRUD) against MongoDB.
- Connect to multiple databases from MongoDB
- Reads all possible Accessible Databases
- Reads all collections per database
- Reads/updates/finds/deletes documents per collection
The ability to run multiple database connection at the same time instead of switching databases via MongoDB. Each Database has its own object.
Download the code in [myfolder], this folder must be in Python installation folder
import [myfolder].mongoUtils in your Python code, assuming the library in folder [myfolder]
from the command prompt Type Python mycode.py
MongoCodeWrapper is maintained by the Open Source Staff at SSA.