MongoDBRecordManager(
self,
collection: Collection,
)| Name | Type | Description |
|---|---|---|
connection_string* | unknown | A valid MongoDB connection URI. |
db_name* | unknown | The name of the database to use. |
collection_name* | unknown | The name of the collection to use. |
| Name | Type |
|---|---|
| collection | Collection |
A MongoDB-based implementation of the record manager.