Ask a question to get started
Enter to sendā¢Shift+Enter new line
Construct a Key-Value Store from a MongoDB connection URI.
from_connection_string( cls, connection_string: str, namespace: str, **kwargs: Any = {} ) -> MongoDBDocStore
connection_string
str
A valid MongoDB connection URI.
namespace
A valid MongoDB namespace (in form f"{database}.{collection}")