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.