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

Is there a way to disconnect the connection established from Python #225

Open SuryaH26 opened 2 years ago

SuryaH26 commented 2 years ago

Hi

I have used pyArango library to access Aranogdb The connection is established Is there a method that will disconnect the connection that is established so that I don't have 'N' number of connections established to the DB ?

Thanks in advance !