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

Add __contains__ method to allow to easily check if an id reference a valid document #200

Closed Alexsaphir closed 3 years ago

Alexsaphir commented 3 years ago

Maybe it can be better to add a method for this feature and implement the contains method to check if a collection exist or not. Can rewrite it that way if required.

tariqdaouda commented 3 years ago

Thanks.