e8efb6d8ec
The PyMongo distribution contains tools for interacting with MongoDB database from Python. The bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo.
6 lines
285 B
Text
6 lines
285 B
Text
The PyMongo distribution contains tools for interacting with MongoDB
|
|
database from Python.
|
|
|
|
The bson package is an implementation of the BSON format for Python.
|
|
The pymongo package is a native Python driver for MongoDB.
|
|
The gridfs package is a gridfs implementation on top of pymongo.
|