Skip to content

Need a ConnectedClient object to access any database the user can, faster. #214

@aqc-eligny

Description

@aqc-eligny

Hello,

Why do you ask for username and password everytime we try to connect to a different database (db = client.db('test', username='jane', password='foo')). Would it be possible to get a ConnectedClient object that allows access to all databases the user has access to without reauthenticating ?

I am developing an App that uses different databases for every account. Therefore, the API needs to generate connections upon each request using python-arango implementation, which takes <> 800 ms everytime.

Thank you for your advice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions