Closed Jesse-jApps closed 4 months ago
@Jesse-jApps Thank you for your discovery, it seems that there is an error in the doc-strings, which will be fixed later.
Additionally, it is recommended to use db=superduper("mongodb://host:port/database_name")
for a better connection.
Then, you can access it via db.databackend
.
Contact Details [Optional]
No response
System Information
What happened?
Mongo databackend creation from MongoDbTyper.create uses keyword argument 'conn' when MongoDataBackend called, which does not exist.
This yields the error:
Steps to reproduce
1. 2. 3. ...
Relevant log output
No response