ArangoDB-Community / pyArango

Python Driver for ArangoDB with built-in validation
https://pyarango.readthedocs.io/en/latest/
Apache License 2.0
238 stars 90 forks source link

How do to use connection pooling in pyArango? #209

Open koji98 opened 3 years ago

koji98 commented 3 years ago

Can someone explain how to do connection pooling in pyArango? It doesn't look like there's any documentation for this and I would imagine this to be a common ask.

cristiansteib commented 2 years ago

Hi @koji98. take a look if this PR works for you https://github.com/ArangoDB-Community/pyArango/pull/214. Also, any comment will be appreciated.

salunkhs commented 1 year ago

Hi @cristiansteib

From the documentation i see we have ability to provide pool_maxsize parameter for connection class. But I cant find this property in 2.0.1 version. Could you please confirm in which version i can set pool_maxsize parameter